Html Css Color HEX #32BCED Summer Sky

📋 copy color: '#32BCED'

red 50 ◦ green 188 ◦ blue 237

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

Shades of Summer Sky #32BCED

Tints of Summer Sky #32BCED

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.58%

 BLUE value IS 237 (92.97% from 255) = 49.89%

R = 10.53%
G = 39.58%
B = 49.89%

CMYK

 C value IS 0.79

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#32BCED (or 0x32BCED) is known color: Summer Sky. HEX triplet: 32, BC and ED. RGB value is (50,188,237). Sum of RGB (Red+Green+Blue) = 50+188+237=475 (62% of max value = 765). Red value is 50 (19.92% from 255 or 10.53% from 475); Green value is 188 (73.83% from 255 or 39.58% from 475); Blue value is 237 (92.97% from 255 or 49.89% from 475); Max value from RGB is 237 - color contains mainly: blue. Hex color #32BCED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32BCED is #CD4312. Grayscale: #979797. Windows color (decimal): -13452051 or 15580210. OLE color: 15580210.

HSL color Cylindrical-coordinate representation of color #32BCED: hue angle of 195.72º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32BCED is Cyan = 0.79, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 50 188 237 -
CMYK 0.79 0.21 0 0.07
HSL 195.72º 0.84% 0.56% -
HSV(B) 195.72º 0.79% 0.93% -
XYZ 34.58 42.76 86.55 -
YUV 152.32 175.78 55.02 -
System Red Green Blue C M Y K H S L
Decimal 50 188 237 0.79 0.21 0 0.07 195.72 0.84 0.56
Hex 32 BC ED 4F 15 0 7 C4 54 38
Octal 62 274 355 117 25 0 7 304 124 70
Binary 110010 10111100 11101101 1001111 10101 0 111 11000100 1010100 111000

Color Harmonies of #32BCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BCED

Black with #32BCED

Text Example


Text Example

White with #32BCED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,188,237); }

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

background-color css

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

 a { background-color: rgb(50,188,237); }

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

border-color css

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

 span { border-color: rgb(50,188,237); }

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