Html Css Color HEX #32BDF1 Summer Sky

📋 copy color: '#32BDF1'

red 50 ◦ green 189 ◦ blue 241

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

Shades of Summer Sky #32BDF1

Tints of Summer Sky #32BDF1

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.38%

 BLUE value IS 241 (94.53% from 255) = 50.21%

R = 10.42%
G = 39.38%
B = 50.21%

CMYK

 C value IS 0.79

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#32BDF1 (or 0x32BDF1) is known color: Summer Sky. HEX triplet: 32, BD and F1. RGB value is (50,189,241). Sum of RGB (Red+Green+Blue) = 50+189+241=480 (63% of max value = 765). Red value is 50 (19.92% from 255 or 10.42% from 480); Green value is 189 (74.22% from 255 or 39.38% from 480); Blue value is 241 (94.53% from 255 or 50.21% from 480); Max value from RGB is 241 - color contains mainly: blue. Hex color #32BDF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32BDF1 is #CD420E. Grayscale: #999999. Windows color (decimal): -13451791 or 15842610. OLE color: 15842610.

HSL color Cylindrical-coordinate representation of color #32BDF1: hue angle of 196.34º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32BDF1 is Cyan = 0.79, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 50 189 241 -
CMYK 0.79 0.22 0 0.05
HSL 196.34º 0.87% 0.57% -
HSV(B) 196.34º 0.79% 0.95% -
XYZ 35.39 43.42 89.74 -
YUV 153.37 177.45 54.27 -
System Red Green Blue C M Y K H S L
Decimal 50 189 241 0.79 0.22 0 0.05 196.34 0.87 0.57
Hex 32 BD F1 4F 16 0 5 C4 57 39
Octal 62 275 361 117 26 0 5 304 127 71
Binary 110010 10111101 11110001 1001111 10110 0 101 11000100 1010111 111001

Color Harmonies of #32BDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BDF1

Black with #32BDF1

Text Example


Text Example

White with #32BDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,189,241); }

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

background-color css

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

 a { background-color: rgb(50,189,241); }

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

border-color css

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

 span { border-color: rgb(50,189,241); }

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