Html Css Color HEX #42BEEA Summer Sky

📋 copy color: '#42BEEA'

red 66 ◦ green 190 ◦ blue 234

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

Shades of Summer Sky #42BEEA

Tints of Summer Sky #42BEEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.76%

R = 13.47%
G = 38.78%
B = 47.76%

CMYK

 C value IS 0.72

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#42BEEA (or 0x42BEEA) is known color: Summer Sky. HEX triplet: 42, BE and EA. RGB value is (66,190,234). Sum of RGB (Red+Green+Blue) = 66+190+234=490 (64% of max value = 765). Red value is 66 (26.17% from 255 or 13.47% from 490); Green value is 190 (74.61% from 255 or 38.78% from 490); Blue value is 234 (91.80% from 255 or 47.76% from 490); Max value from RGB is 234 - color contains mainly: blue. Hex color #42BEEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42BEEA is #BD4115. Grayscale: #9D9D9D. Windows color (decimal): -12402966 or 15384130. OLE color: 15384130.

HSL color Cylindrical-coordinate representation of color #42BEEA: hue angle of 195.71º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42BEEA is Cyan = 0.72, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 66 190 234 -
CMYK 0.72 0.19 0 0.08
HSL 195.71º 0.8% 0.59% -
HSV(B) 195.71º 0.72% 0.92% -
XYZ 35.51 43.93 84.45 -
YUV 157.94 170.92 62.42 -
System Red Green Blue C M Y K H S L
Decimal 66 190 234 0.72 0.19 0 0.08 195.71 0.8 0.59
Hex 42 BE EA 48 13 0 8 C4 50 3B
Octal 102 276 352 110 23 0 10 304 120 73
Binary 1000010 10111110 11101010 1001000 10011 0 1000 11000100 1010000 111011

Color Harmonies of #42BEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BEEA

Black with #42BEEA

Text Example


Text Example

White with #42BEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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