Html Css Color HEX #32ADFB Summer Sky

📋 copy color: '#32ADFB'

red 50 ◦ green 173 ◦ blue 251

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

Shades of Summer Sky #32ADFB

Tints of Summer Sky #32ADFB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 36.5%

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

R = 10.55%
G = 36.5%
B = 52.95%

CMYK

 C value IS 0.80

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#32ADFB (or 0x32ADFB) is known color: Summer Sky. HEX triplet: 32, AD and FB. RGB value is (50,173,251). Sum of RGB (Red+Green+Blue) = 50+173+251=474 (62% of max value = 765). Red value is 50 (19.92% from 255 or 10.55% from 474); Green value is 173 (67.97% from 255 or 36.50% from 474); Blue value is 251 (98.44% from 255 or 52.95% from 474); Max value from RGB is 251 - color contains mainly: blue. Hex color #32ADFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #32ADFB is #CD5204. Grayscale: #909090. Windows color (decimal): -13455877 or 16493874. OLE color: 16493874.

HSL color Cylindrical-coordinate representation of color #32ADFB: hue angle of 203.28º 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 #32ADFB is Cyan = 0.80, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 50 173 251 -
CMYK 0.80 0.31 0 0.02
HSL 203.28º 0.96% 0.59% -
HSV(B) 203.28º 0.8% 0.98% -
XYZ 33.67 37.53 96.74 -
YUV 145.12 187.75 60.16 -
System Red Green Blue C M Y K H S L
Decimal 50 173 251 0.80 0.31 0 0.02 203.28 0.96 0.59
Hex 32 AD FB 50 1F 0 2 CB 60 3B
Octal 62 255 373 120 37 0 2 313 140 73
Binary 110010 10101101 11111011 1010000 11111 0 10 11001011 1100000 111011

Color Harmonies of #32ADFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32ADFB

Black with #32ADFB

Text Example


Text Example

White with #32ADFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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