Html Css Color HEX #42BFD8 Summer Sky

📋 copy color: '#42BFD8'

red 66 ◦ green 191 ◦ blue 216

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

Shades of Summer Sky #42BFD8

Tints of Summer Sky #42BFD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 45.67%

R = 13.95%
G = 40.38%
B = 45.67%

CMYK

 C value IS 0.69

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#42BFD8 (or 0x42BFD8) is known color: Summer Sky. HEX triplet: 42, BF and D8. RGB value is (66,191,216). Sum of RGB (Red+Green+Blue) = 66+191+216=473 (62% of max value = 765). Red value is 66 (26.17% from 255 or 13.95% from 473); Green value is 191 (75% from 255 or 40.38% from 473); Blue value is 216 (84.77% from 255 or 45.67% from 473); Max value from RGB is 216 - color contains mainly: blue. Hex color #42BFD8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42BFD8 is #BD4027. Grayscale: #9C9C9C. Windows color (decimal): -12402728 or 14204738. OLE color: 14204738.

HSL color Cylindrical-coordinate representation of color #42BFD8: hue angle of 190º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42BFD8 is Cyan = 0.69, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 66 191 216 -
CMYK 0.69 0.12 0 0.15
HSL 190º 0.66% 0.55% -
HSV(B) 190º 0.69% 0.85% -
XYZ 33.27 43.38 71.58 -
YUV 156.48 161.59 63.47 -
System Red Green Blue C M Y K H S L
Decimal 66 191 216 0.69 0.12 0 0.15 190 0.66 0.55
Hex 42 BF D8 45 C 0 F BE 42 37
Octal 102 277 330 105 14 0 17 276 102 67
Binary 1000010 10111111 11011000 1000101 1100 0 1111 10111110 1000010 110111

Color Harmonies of #42BFD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BFD8

Black with #42BFD8

Text Example


Text Example

White with #42BFD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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