#42c1ef

Color #42C1EF Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #42C1EF

Tints of Summer Sky #42C1EF

Color information

#42C1EF (or 0x42C1EF) is unknown color: approx Summer Sky. HEX triplet: 42, C1 and EF. RGB value is (66,193,239). Sum of RGB (Red+Green+Blue) = 66+193+239=498 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.25% from 498); Green value is 193 (75.78% from 255 or 38.76% from 498); Blue value is 239 (93.75% from 255 or 47.99% from 498); Max value from RGB is 239 - color contains mainly: blue. Hex color #42C1EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42C1EF is #BD3E10. Grayscale: #9F9F9F. Windows color (decimal): -12402193 or 15712578. OLE color: 15712578.

HSL color Cylindrical-coordinate representation of color #42C1EF: hue angle of 195.95º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42C1EF is Cyan = 0.72, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB66193239-
CMYK0.720.1900.06
HSL195.95º84.39%59.8%-
HSV(B)195.95º72.38%93.73%-
XYZ36.945.5388.5-
YUV160.27172.4260.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 66 (26.17% from 255) = 13.25%
GREEN value IS 193 (75.78% from 255) = 38.76%
BLUE value IS 239 (93.75% from 255) = 47.99%
R=13.25%
G=38.76%
B=47.99%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal661932390.720.1900.06195.9584.3959.8
Hex42C1EF481306c4543c
Octal102301357110230630412474
Binary100001011000001111011111001000100110110110001001010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42c1ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42c1ef; }

 p { color: rgb(66,193,239); }

 H1.HeaderClassName
 {
   color: #42c1ef;
 }
 .AnyTagClassName
 {
   color: #42c1ef;
 }
</style>
background-color css

<style>
 a { background-color: #42c1ef; }

 a { background-color: rgb(66,193,239); }

 div.DivClassName
 {
   background-color: #42c1ef;
 }
 .BgClassName
 {
   background-color: #42c1ef;
 }
</style>
border-color css

<style>
 span { border-color: #42c1ef; }

 span { border-color: rgb(66,193,239); }

 td.TdClassName
 {
   border-color: #42c1ef;
 }
 .TagClassName
 {
   border-color: #42c1ef;
 }
</style>