Html Css Color HEX #32BEFE Summer Sky

📋 copy color: '#32BEFE'

red 50 ◦ green 190 ◦ blue 254

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

Shades of Summer Sky #32BEFE

Tints of Summer Sky #32BEFE

RGB

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

 GREEN value IS 190 (74.61% from 255) = 38.46%

 BLUE value IS 254 (99.61% from 255) = 51.42%

R = 10.12%
G = 38.46%
B = 51.42%

CMYK

 C value IS 0.80

 M value IS 0.25

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#32BEFE (or 0x32BEFE) is known color: Summer Sky. HEX triplet: 32, BE and FE. RGB value is (50,190,254). Sum of RGB (Red+Green+Blue) = 50+190+254=494 (65% of max value = 765). Red value is 50 (19.92% from 255 or 10.12% from 494); Green value is 190 (74.61% from 255 or 38.46% from 494); Blue value is 254 (99.61% from 255 or 51.42% from 494); Max value from RGB is 254 - color contains mainly: blue. Hex color #32BEFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32BEFE is #CD4101. Grayscale: #9B9B9B. Windows color (decimal): -13451522 or 16694834. OLE color: 16694834.

HSL color Cylindrical-coordinate representation of color #32BEFE: hue angle of 198.82º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32BEFE is Cyan = 0.80, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 50 190 254 -
CMYK 0.80 0.25 0 0.00
HSL 198.82º 0.99% 0.6% -
HSV(B) 198.82º 0.8% 1% -
XYZ 37.62 44.66 100.4 -
YUV 155.44 183.62 52.8 -
System Red Green Blue C M Y K H S L
Decimal 50 190 254 0.80 0.25 0 0.00 198.82 0.99 0.6
Hex 32 BE FE 50 19 0 0 C7 63 3C
Octal 62 276 376 120 31 0 0 307 143 74
Binary 110010 10111110 11111110 1010000 11001 0 0 11000111 1100011 111100

Color Harmonies of #32BEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BEFE

Black with #32BEFE

Text Example


Text Example

White with #32BEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,190,254); }

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

background-color css

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

 a { background-color: rgb(50,190,254); }

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

border-color css

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

 span { border-color: rgb(50,190,254); }

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