Html Css Color HEX #42BDEF Summer Sky

📋 copy color: '#42BDEF'

red 66 ◦ green 189 ◦ blue 239

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

Shades of Summer Sky #42BDEF

Tints of Summer Sky #42BDEF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.26%

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

R = 13.36%
G = 38.26%
B = 48.38%

CMYK

 C value IS 0.72

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#42BDEF (or 0x42BDEF) is known color: Summer Sky. HEX triplet: 42, BD and EF. RGB value is (66,189,239). Sum of RGB (Red+Green+Blue) = 66+189+239=494 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.36% from 494); Green value is 189 (74.22% from 255 or 38.26% from 494); Blue value is 239 (93.75% from 255 or 48.38% from 494); Max value from RGB is 239 - color contains mainly: blue. Hex color #42BDEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42BDEF is #BD4210. Grayscale: #9D9D9D. Windows color (decimal): -12403217 or 15711554. OLE color: 15711554.

HSL color Cylindrical-coordinate representation of color #42BDEF: hue angle of 197.34º 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 #42BDEF is Cyan = 0.72, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 66 189 239 -
CMYK 0.72 0.21 0 0.06
HSL 197.34º 0.84% 0.6% -
HSV(B) 197.34º 0.72% 0.94% -
XYZ 36.02 43.79 88.21 -
YUV 157.92 173.75 62.43 -
System Red Green Blue C M Y K H S L
Decimal 66 189 239 0.72 0.21 0 0.06 197.34 0.84 0.6
Hex 42 BD EF 48 15 0 6 C5 54 3C
Octal 102 275 357 110 25 0 6 305 124 74
Binary 1000010 10111101 11101111 1001000 10101 0 110 11000101 1010100 111100

Color Harmonies of #42BDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BDEF

Black with #42BDEF

Text Example


Text Example

White with #42BDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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