Html Css Color HEX #32BECA Summer Sky

📋 copy color: '#32BECA'

red 50 ◦ green 190 ◦ blue 202

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

Shades of Summer Sky #32BECA

Tints of Summer Sky #32BECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 45.7%

R = 11.31%
G = 42.99%
B = 45.7%

CMYK

 C value IS 0.75

 M value IS 0.06

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#32BECA (or 0x32BECA) is known color: Summer Sky. HEX triplet: 32, BE and CA. RGB value is (50,190,202). Sum of RGB (Red+Green+Blue) = 50+190+202=442 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.31% from 442); Green value is 190 (74.61% from 255 or 42.99% from 442); Blue value is 202 (79.30% from 255 or 45.70% from 442); Max value from RGB is 202 - color contains mainly: blue. Hex color #32BECA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BECA is #CD4135. Grayscale: #959595. Windows color (decimal): -13451574 or 13286962. OLE color: 13286962.

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

Color convert

RGB 50 190 202 -
CMYK 0.75 0.06 0 0.21
HSL 184.74º 0.6% 0.49% -
HSV(B) 184.74º 0.75% 0.79% -
XYZ 30.39 41.77 62.34 -
YUV 149.51 157.62 57.02 -
System Red Green Blue C M Y K H S L
Decimal 50 190 202 0.75 0.06 0 0.21 184.74 0.6 0.49
Hex 32 BE CA 4B 6 0 15 B9 3C 31
Octal 62 276 312 113 6 0 25 271 74 61
Binary 110010 10111110 11001010 1001011 110 0 10101 10111001 111100 110001

Color Harmonies of #32BECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BECA

Black with #32BECA

Text Example


Text Example

White with #32BECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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