Html Css Color HEX #42AEFF Summer Sky

📋 copy color: '#42AEFF'

red 66 ◦ green 174 ◦ blue 255

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

Shades of Summer Sky #42AEFF

Tints of Summer Sky #42AEFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.52%

R = 13.33%
G = 35.15%
B = 51.52%

CMYK

 C value IS 0.74

 M value IS 0.32

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#42AEFF (or 0x42AEFF) is known color: Summer Sky. HEX triplet: 42, AE and FF. RGB value is (66,174,255). Sum of RGB (Red+Green+Blue) = 66+174+255=495 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.33% from 495); Green value is 174 (68.36% from 255 or 35.15% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #42AEFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #42AEFF is #BD5100. Grayscale: #969696. Windows color (decimal): -12407041 or 16756290. OLE color: 16756290.

HSL color Cylindrical-coordinate representation of color #42AEFF: hue angle of 205.71º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42AEFF is Cyan = 0.74, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 66 174 255 -
CMYK 0.74 0.32 0 0
HSL 205.71º 1% 0.63% -
HSV(B) 205.71º 0.74% 1% -
XYZ 35.43 38.65 100.2 -
YUV 150.94 186.72 67.41 -
System Red Green Blue C M Y K H S L
Decimal 66 174 255 0.74 0.32 0 0 205.71 1 0.63
Hex 42 AE FF 4A 20 0 0 CE 64 3F
Octal 102 256 377 112 40 0 0 316 144 77
Binary 1000010 10101110 11111111 1001010 100000 0 0 11001110 1100100 111111

Color Harmonies of #42AEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42AEFF

Black with #42AEFF

Text Example


Text Example

White with #42AEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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