Html Css Color HEX #42AFFF Summer Sky

📋 copy color: '#42AFFF'

red 66 ◦ green 175 ◦ blue 255

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

Shades of Summer Sky #42AFFF

Tints of Summer Sky #42AFFF

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35.28%

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

R = 13.31%
G = 35.28%
B = 51.41%

CMYK

 C value IS 0.74

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#42AFFF (or 0x42AFFF) is known color: Summer Sky. HEX triplet: 42, AF and FF. RGB value is (66,175,255). Sum of RGB (Red+Green+Blue) = 66+175+255=496 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.31% from 496); Green value is 175 (68.75% from 255 or 35.28% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #42AFFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #42AFFF is #BD5000. Grayscale: #979797. Windows color (decimal): -12406785 or 16756546. OLE color: 16756546.

HSL color Cylindrical-coordinate representation of color #42AFFF: hue angle of 205.4º 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 #42AFFF is Cyan = 0.74, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 66 175 255 -
CMYK 0.74 0.31 0 0
HSL 205.4º 1% 0.63% -
HSV(B) 205.4º 0.74% 1% -
XYZ 35.63 39.04 100.27 -
YUV 151.53 186.39 67 -
System Red Green Blue C M Y K H S L
Decimal 66 175 255 0.74 0.31 0 0 205.4 1 0.63
Hex 42 AF FF 4A 1F 0 0 CD 64 3F
Octal 102 257 377 112 37 0 0 315 144 77
Binary 1000010 10101111 11111111 1001010 11111 0 0 11001101 1100100 111111

Color Harmonies of #42AFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42AFFF

Black with #42AFFF

Text Example


Text Example

White with #42AFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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