Html Css Color HEX #32BCFA Summer Sky

📋 copy color: '#32BCFA'

red 50 ◦ green 188 ◦ blue 250

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

Shades of Summer Sky #32BCFA

Tints of Summer Sky #32BCFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 51.23%

R = 10.25%
G = 38.52%
B = 51.23%

CMYK

 C value IS 0.8

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#32BCFA (or 0x32BCFA) is known color: Summer Sky. HEX triplet: 32, BC and FA. RGB value is (50,188,250). Sum of RGB (Red+Green+Blue) = 50+188+250=488 (64% of max value = 765). Red value is 50 (19.92% from 255 or 10.25% from 488); Green value is 188 (73.83% from 255 or 38.52% from 488); Blue value is 250 (98.05% from 255 or 51.23% from 488); Max value from RGB is 250 - color contains mainly: blue. Hex color #32BCFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32BCFA is #CD4305. Grayscale: #999999. Windows color (decimal): -13452038 or 16432178. OLE color: 16432178.

HSL color Cylindrical-coordinate representation of color #32BCFA: hue angle of 198.6º degrees, saturation: 0.95, 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 #32BCFA is Cyan = 0.8, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 50 188 250 -
CMYK 0.8 0.25 0 0.02
HSL 198.6º 0.95% 0.59% -
HSV(B) 198.6º 0.8% 0.98% -
XYZ 36.55 43.55 96.92 -
YUV 153.81 182.28 53.96 -
System Red Green Blue C M Y K H S L
Decimal 50 188 250 0.8 0.25 0 0.02 198.6 0.95 0.59
Hex 32 BC FA 50 19 0 2 C7 5F 3B
Octal 62 274 372 120 31 0 2 307 137 73
Binary 110010 10111100 11111010 1010000 11001 0 10 11000111 1011111 111011

Color Harmonies of #32BCFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BCFA

Black with #32BCFA

Text Example


Text Example

White with #32BCFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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