Html Css Color HEX #42BEDD Summer Sky

📋 copy color: '#42BEDD'

red 66 ◦ green 190 ◦ blue 221

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

Shades of Summer Sky #42BEDD

Tints of Summer Sky #42BEDD

RGB

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

 GREEN value IS 190 (74.61% from 255) = 39.83%

 BLUE value IS 221 (86.72% from 255) = 46.33%

R = 13.84%
G = 39.83%
B = 46.33%

CMYK

 C value IS 0.70

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#42BEDD (or 0x42BEDD) is known color: Summer Sky. HEX triplet: 42, BE and DD. RGB value is (66,190,221). Sum of RGB (Red+Green+Blue) = 66+190+221=477 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.84% from 477); Green value is 190 (74.61% from 255 or 39.83% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 221 - color contains mainly: blue. Hex color #42BEDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42BEDD is #BD4122. Grayscale: #9C9C9C. Windows color (decimal): -12402979 or 14532162. OLE color: 14532162.

HSL color Cylindrical-coordinate representation of color #42BEDD: hue angle of 192º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42BEDD is Cyan = 0.70, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 66 190 221 -
CMYK 0.70 0.14 0 0.13
HSL 192º 0.7% 0.56% -
HSV(B) 192º 0.7% 0.87% -
XYZ 33.71 43.21 74.97 -
YUV 156.46 164.42 63.48 -
System Red Green Blue C M Y K H S L
Decimal 66 190 221 0.70 0.14 0 0.13 192 0.7 0.56
Hex 42 BE DD 46 E 0 D C0 46 38
Octal 102 276 335 106 16 0 15 300 106 70
Binary 1000010 10111110 11011101 1000110 1110 0 1101 11000000 1000110 111000

Color Harmonies of #42BEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BEDD

Black with #42BEDD

Text Example


Text Example

White with #42BEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,190,221); }

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

background-color css

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

 a { background-color: rgb(66,190,221); }

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

border-color css

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

 span { border-color: rgb(66,190,221); }

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