Html Css Color HEX #42BFEB Summer Sky

📋 copy color: '#42BFEB'

red 66 ◦ green 191 ◦ blue 235

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

Shades of Summer Sky #42BFEB

Tints of Summer Sky #42BFEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.76%

R = 13.41%
G = 38.82%
B = 47.76%

CMYK

 C value IS 0.72

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#42BFEB (or 0x42BFEB) is known color: Summer Sky. HEX triplet: 42, BF and EB. RGB value is (66,191,235). Sum of RGB (Red+Green+Blue) = 66+191+235=492 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.41% from 492); Green value is 191 (75% from 255 or 38.82% from 492); Blue value is 235 (92.19% from 255 or 47.76% from 492); Max value from RGB is 235 - color contains mainly: blue. Hex color #42BFEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42BFEB is #BD4014. Grayscale: #9E9E9E. Windows color (decimal): -12402709 or 15449922. OLE color: 15449922.

HSL color Cylindrical-coordinate representation of color #42BFEB: hue angle of 195.62º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42BFEB is Cyan = 0.72, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 66 191 235 -
CMYK 0.72 0.19 0 0.08
HSL 195.62º 0.81% 0.59% -
HSV(B) 195.62º 0.72% 0.92% -
XYZ 35.87 44.42 85.28 -
YUV 158.64 171.09 61.92 -
System Red Green Blue C M Y K H S L
Decimal 66 191 235 0.72 0.19 0 0.08 195.62 0.81 0.59
Hex 42 BF EB 48 13 0 8 C4 51 3B
Octal 102 277 353 110 23 0 10 304 121 73
Binary 1000010 10111111 11101011 1001000 10011 0 1000 11000100 1010001 111011

Color Harmonies of #42BFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BFEB

Black with #42BFEB

Text Example


Text Example

White with #42BFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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