Html Css Color HEX #32BECB Summer Sky

📋 copy color: '#32BECB'

red 50 ◦ green 190 ◦ blue 203

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

Shades of Summer Sky #32BECB

Tints of Summer Sky #32BECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.82%

R = 11.29%
G = 42.89%
B = 45.82%

CMYK

 C value IS 0.75

 M value IS 0.06

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#32BECB (or 0x32BECB) is known color: Summer Sky. HEX triplet: 32, BE and CB. RGB value is (50,190,203). Sum of RGB (Red+Green+Blue) = 50+190+203=443 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.29% from 443); Green value is 190 (74.61% from 255 or 42.89% from 443); Blue value is 203 (79.69% from 255 or 45.82% from 443); Max value from RGB is 203 - color contains mainly: blue. Hex color #32BECB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BECB is #CD4134. Grayscale: #959595. Windows color (decimal): -13451573 or 13352498. OLE color: 13352498.

HSL color Cylindrical-coordinate representation of color #32BECB: hue angle of 185.1º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32BECB is Cyan = 0.75, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 50 190 203 -
CMYK 0.75 0.06 0 0.20
HSL 185.1º 0.6% 0.5% -
HSV(B) 185.1º 0.75% 0.8% -
XYZ 30.51 41.82 62.96 -
YUV 149.62 158.12 56.94 -
System Red Green Blue C M Y K H S L
Decimal 50 190 203 0.75 0.06 0 0.20 185.1 0.6 0.5
Hex 32 BE CB 4B 6 0 14 B9 3C 32
Octal 62 276 313 113 6 0 24 271 74 62
Binary 110010 10111110 11001011 1001011 110 0 10100 10111001 111100 110010

Color Harmonies of #32BECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BECB

Black with #32BECB

Text Example


Text Example

White with #32BECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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