Html Css Color HEX #32BEEA Summer Sky

📋 copy color: '#32BEEA'

red 50 ◦ green 190 ◦ blue 234

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

Shades of Summer Sky #32BEEA

Tints of Summer Sky #32BEEA

RGB

 RED value IS 50 (19.92% from 255) = 10.55%

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

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

R = 10.55%
G = 40.08%
B = 49.37%

CMYK

 C value IS 0.79

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#32BEEA (or 0x32BEEA) is known color: Summer Sky. HEX triplet: 32, BE and EA. RGB value is (50,190,234). Sum of RGB (Red+Green+Blue) = 50+190+234=474 (62% of max value = 765). Red value is 50 (19.92% from 255 or 10.55% from 474); Green value is 190 (74.61% from 255 or 40.08% from 474); Blue value is 234 (91.80% from 255 or 49.37% from 474); Max value from RGB is 234 - color contains mainly: blue. Hex color #32BEEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32BEEA is #CD4115. Grayscale: #989898. Windows color (decimal): -13451542 or 15384114. OLE color: 15384114.

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

Color convert

RGB 50 190 234 -
CMYK 0.79 0.19 0 0.08
HSL 194.35º 0.81% 0.56% -
HSV(B) 194.35º 0.79% 0.92% -
XYZ 34.58 43.45 84.41 -
YUV 153.16 173.62 54.42 -
System Red Green Blue C M Y K H S L
Decimal 50 190 234 0.79 0.19 0 0.08 194.35 0.81 0.56
Hex 32 BE EA 4F 13 0 8 C2 51 38
Octal 62 276 352 117 23 0 10 302 121 70
Binary 110010 10111110 11101010 1001111 10011 0 1000 11000010 1010001 111000

Color Harmonies of #32BEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BEEA

Black with #32BEEA

Text Example


Text Example

White with #32BEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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