Html Css Color HEX #42AEEF Summer Sky

📋 copy color: '#42AEEF'

red 66 ◦ green 174 ◦ blue 239

#42AEEF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Summer Sky #42AEEF

Tints of Summer Sky #42AEEF

RGB

 RED value IS 66 (26.17% from 255) = 13.78%

 GREEN value IS 174 (68.36% from 255) = 36.33%

 BLUE value IS 239 (93.75% from 255) = 49.9%

R = 13.78%
G = 36.33%
B = 49.9%

CMYK

 C value IS 0.72

 M value IS 0.27

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#42AEEF (or 0x42AEEF) is known color: Summer Sky. HEX triplet: 42, AE and EF. RGB value is (66,174,239). Sum of RGB (Red+Green+Blue) = 66+174+239=479 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.78% from 479); Green value is 174 (68.36% from 255 or 36.33% from 479); Blue value is 239 (93.75% from 255 or 49.90% from 479); Max value from RGB is 239 - color contains mainly: blue. Hex color #42AEEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #42AEEF is #BD5110. Grayscale: #949494. Windows color (decimal): -12407057 or 15707714. OLE color: 15707714.

HSL color Cylindrical-coordinate representation of color #42AEEF: hue angle of 202.54º 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 #42AEEF is Cyan = 0.72, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 66 174 239 -
CMYK 0.72 0.27 0 0.06
HSL 202.54º 0.84% 0.6% -
HSV(B) 202.54º 0.72% 0.94% -
XYZ 32.96 37.66 87.19 -
YUV 149.12 178.72 68.71 -
System Red Green Blue C M Y K H S L
Decimal 66 174 239 0.72 0.27 0 0.06 202.54 0.84 0.6
Hex 42 AE EF 48 1B 0 6 CB 54 3C
Octal 102 256 357 110 33 0 6 313 124 74
Binary 1000010 10101110 11101111 1001000 11011 0 110 11001011 1010100 111100

Color Harmonies of #42AEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42AEEF

Black with #42AEEF

Text Example


Text Example

White with #42AEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #42AEEF;
 }
 .AnyTagClassName
 {
   color: #42AEEF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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