Html Css Color HEX #42BFEF Summer Sky

📋 copy color: '#42BFEF'

red 66 ◦ green 191 ◦ blue 239

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

Shades of Summer Sky #42BFEF

Tints of Summer Sky #42BFEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 48.19%

R = 13.31%
G = 38.51%
B = 48.19%

CMYK

 C value IS 0.72

 M value IS 0.20

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#42BFEF (or 0x42BFEF) is known color: Summer Sky. HEX triplet: 42, BF and EF. RGB value is (66,191,239). Sum of RGB (Red+Green+Blue) = 66+191+239=496 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.31% from 496); Green value is 191 (75% from 255 or 38.51% from 496); Blue value is 239 (93.75% from 255 or 48.19% from 496); Max value from RGB is 239 - color contains mainly: blue. Hex color #42BFEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42BFEF is #BD4010. Grayscale: #9E9E9E. Windows color (decimal): -12402705 or 15712066. OLE color: 15712066.

HSL color Cylindrical-coordinate representation of color #42BFEF: hue angle of 196.65º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42BFEF is Cyan = 0.72, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 66 191 239 -
CMYK 0.72 0.20 0 0.06
HSL 196.65º 0.84% 0.6% -
HSV(B) 196.65º 0.72% 0.94% -
XYZ 36.46 44.65 88.36 -
YUV 159.1 173.09 61.6 -
System Red Green Blue C M Y K H S L
Decimal 66 191 239 0.72 0.20 0 0.06 196.65 0.84 0.6
Hex 42 BF EF 48 14 0 6 C5 54 3C
Octal 102 277 357 110 24 0 6 305 124 74
Binary 1000010 10111111 11101111 1001000 10100 0 110 11000101 1010100 111100

Color Harmonies of #42BFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BFEF

Black with #42BFEF

Text Example


Text Example

White with #42BFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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