Html Css Color HEX #42BED8 Summer Sky

📋 copy color: '#42BED8'

red 66 ◦ green 190 ◦ blue 216

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

Shades of Summer Sky #42BED8

Tints of Summer Sky #42BED8

RGB

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

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

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

R = 13.98%
G = 40.25%
B = 45.76%

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

#42BED8 (or 0x42BED8) is known color: Summer Sky. HEX triplet: 42, BE and D8. RGB value is (66,190,216). Sum of RGB (Red+Green+Blue) = 66+190+216=472 (62% of max value = 765). Red value is 66 (26.17% from 255 or 13.98% from 472); Green value is 190 (74.61% from 255 or 40.25% from 472); Blue value is 216 (84.77% from 255 or 45.76% from 472); Max value from RGB is 216 - color contains mainly: blue. Hex color #42BED8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42BED8 is #BD4127. Grayscale: #9B9B9B. Windows color (decimal): -12402984 or 14204482. OLE color: 14204482.

HSL color Cylindrical-coordinate representation of color #42BED8: hue angle of 190.4º 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 #42BED8 is Cyan = 0.69, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 66 190 216 -
CMYK 0.69 0.12 0 0.15
HSL 190.4º 0.66% 0.55% -
HSV(B) 190.4º 0.69% 0.85% -
XYZ 33.05 42.94 71.51 -
YUV 155.89 161.92 63.89 -
System Red Green Blue C M Y K H S L
Decimal 66 190 216 0.69 0.12 0 0.15 190.4 0.66 0.55
Hex 42 BE D8 45 C 0 F BE 42 37
Octal 102 276 330 105 14 0 17 276 102 67
Binary 1000010 10111110 11011000 1000101 1100 0 1111 10111110 1000010 110111

Color Harmonies of #42BED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BED8

Black with #42BED8

Text Example


Text Example

White with #42BED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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