Html Css Color HEX #42BFE8 Summer Sky

📋 copy color: '#42BFE8'

red 66 ◦ green 191 ◦ blue 232

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

Shades of Summer Sky #42BFE8

Tints of Summer Sky #42BFE8

RGB

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

 GREEN value IS 191 (75% from 255) = 39.06%

 BLUE value IS 232 (91.02% from 255) = 47.44%

R = 13.5%
G = 39.06%
B = 47.44%

CMYK

 C value IS 0.72

 M value IS 0.18

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#42BFE8 (or 0x42BFE8) is known color: Summer Sky. HEX triplet: 42, BF and E8. RGB value is (66,191,232). Sum of RGB (Red+Green+Blue) = 66+191+232=489 (64% of max value = 765). Red value is 66 (26.17% from 255 or 13.50% from 489); Green value is 191 (75% from 255 or 39.06% from 489); Blue value is 232 (91.02% from 255 or 47.44% from 489); Max value from RGB is 232 - color contains mainly: blue. Hex color #42BFE8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42BFE8 is #BD4017. Grayscale: #9E9E9E. Windows color (decimal): -12402712 or 15253314. OLE color: 15253314.

HSL color Cylindrical-coordinate representation of color #42BFE8: hue angle of 194.82º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42BFE8 is Cyan = 0.72, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 66 191 232 -
CMYK 0.72 0.18 0 0.09
HSL 194.82º 0.78% 0.58% -
HSV(B) 194.82º 0.72% 0.91% -
XYZ 35.44 44.25 83.02 -
YUV 158.3 169.59 62.17 -
System Red Green Blue C M Y K H S L
Decimal 66 191 232 0.72 0.18 0 0.09 194.82 0.78 0.58
Hex 42 BF E8 48 12 0 9 C3 4E 3A
Octal 102 277 350 110 22 0 11 303 116 72
Binary 1000010 10111111 11101000 1001000 10010 0 1001 11000011 1001110 111010

Color Harmonies of #42BFE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BFE8

Black with #42BFE8

Text Example


Text Example

White with #42BFE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,191,232); }

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

background-color css

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

 a { background-color: rgb(66,191,232); }

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

border-color css

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

 span { border-color: rgb(66,191,232); }

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