Html Css Color HEX #32BBFB Summer Sky

📋 copy color: '#32BBFB'

red 50 ◦ green 187 ◦ blue 251

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

Shades of Summer Sky #32BBFB

Tints of Summer Sky #32BBFB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.32%

 BLUE value IS 251 (98.44% from 255) = 51.43%

R = 10.25%
G = 38.32%
B = 51.43%

CMYK

 C value IS 0.80

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#32BBFB (or 0x32BBFB) is known color: Summer Sky. HEX triplet: 32, BB and FB. RGB value is (50,187,251). Sum of RGB (Red+Green+Blue) = 50+187+251=488 (64% of max value = 765). Red value is 50 (19.92% from 255 or 10.25% from 488); Green value is 187 (73.44% from 255 or 38.32% from 488); Blue value is 251 (98.44% from 255 or 51.43% from 488); Max value from RGB is 251 - color contains mainly: blue. Hex color #32BBFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32BBFB is #CD4404. Grayscale: #989898. Windows color (decimal): -13452293 or 16497458. OLE color: 16497458.

HSL color Cylindrical-coordinate representation of color #32BBFB: hue angle of 199.1º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32BBFB is Cyan = 0.80, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 50 187 251 -
CMYK 0.80 0.25 0 0.02
HSL 199.1º 0.96% 0.59% -
HSV(B) 199.1º 0.8% 0.98% -
XYZ 36.5 43.18 97.68 -
YUV 153.33 183.11 54.3 -
System Red Green Blue C M Y K H S L
Decimal 50 187 251 0.80 0.25 0 0.02 199.1 0.96 0.59
Hex 32 BB FB 50 19 0 2 C7 60 3B
Octal 62 273 373 120 31 0 2 307 140 73
Binary 110010 10111011 11111011 1010000 11001 0 10 11000111 1100000 111011

Color Harmonies of #32BBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BBFB

Black with #32BBFB

Text Example


Text Example

White with #32BBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,187,251); }

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

background-color css

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

 a { background-color: rgb(50,187,251); }

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

border-color css

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

 span { border-color: rgb(50,187,251); }

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