Html Css Color HEX #32B4F1 Summer Sky

📋 copy color: '#32B4F1'

red 50 ◦ green 180 ◦ blue 241

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

Shades of Summer Sky #32B4F1

Tints of Summer Sky #32B4F1

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.22%

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

R = 10.62%
G = 38.22%
B = 51.17%

CMYK

 C value IS 0.79

 M value IS 0.25

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#32B4F1 (or 0x32B4F1) is known color: Summer Sky. HEX triplet: 32, B4 and F1. RGB value is (50,180,241). Sum of RGB (Red+Green+Blue) = 50+180+241=471 (62% of max value = 765). Red value is 50 (19.92% from 255 or 10.62% from 471); Green value is 180 (70.70% from 255 or 38.22% from 471); Blue value is 241 (94.53% from 255 or 51.17% from 471); Max value from RGB is 241 - color contains mainly: blue. Hex color #32B4F1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32B4F1 is #CD4B0E. Grayscale: #939393. Windows color (decimal): -13454095 or 15840306. OLE color: 15840306.

HSL color Cylindrical-coordinate representation of color #32B4F1: hue angle of 199.16º 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 #32B4F1 is Cyan = 0.79, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 50 180 241 -
CMYK 0.79 0.25 0 0.05
HSL 199.16º 0.87% 0.57% -
HSV(B) 199.16º 0.79% 0.95% -
XYZ 33.51 39.67 89.11 -
YUV 148.08 180.43 58.04 -
System Red Green Blue C M Y K H S L
Decimal 50 180 241 0.79 0.25 0 0.05 199.16 0.87 0.57
Hex 32 B4 F1 4F 19 0 5 C7 57 39
Octal 62 264 361 117 31 0 5 307 127 71
Binary 110010 10110100 11110001 1001111 11001 0 101 11000111 1010111 111001

Color Harmonies of #32B4F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32B4F1

Black with #32B4F1

Text Example


Text Example

White with #32B4F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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