Html Css Color HEX #42AEEE Summer Sky

📋 copy color: '#42AEEE'

red 66 ◦ green 174 ◦ blue 238

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

Shades of Summer Sky #42AEEE

Tints of Summer Sky #42AEEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 49.79%

R = 13.81%
G = 36.4%
B = 49.79%

CMYK

 C value IS 0.72

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#42AEEE (or 0x42AEEE) is known color: Summer Sky. HEX triplet: 42, AE and EE. RGB value is (66,174,238). Sum of RGB (Red+Green+Blue) = 66+174+238=478 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.81% from 478); Green value is 174 (68.36% from 255 or 36.40% from 478); Blue value is 238 (93.36% from 255 or 49.79% from 478); Max value from RGB is 238 - color contains mainly: blue. Hex color #42AEEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #42AEEE is #BD5111. Grayscale: #949494. Windows color (decimal): -12407058 or 15642178. OLE color: 15642178.

HSL color Cylindrical-coordinate representation of color #42AEEE: hue angle of 202.33º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42AEEE is Cyan = 0.72, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 66 174 238 -
CMYK 0.72 0.27 0 0.07
HSL 202.33º 0.83% 0.6% -
HSV(B) 202.33º 0.72% 0.93% -
XYZ 32.82 37.6 86.42 -
YUV 149 178.22 68.8 -
System Red Green Blue C M Y K H S L
Decimal 66 174 238 0.72 0.27 0 0.07 202.33 0.83 0.6
Hex 42 AE EE 48 1B 0 7 CA 53 3C
Octal 102 256 356 110 33 0 7 312 123 74
Binary 1000010 10101110 11101110 1001000 11011 0 111 11001010 1010011 111100

Color Harmonies of #42AEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42AEEE

Black with #42AEEE

Text Example


Text Example

White with #42AEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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