Html Css Color HEX #96B0F5 Perano

📋 copy color: '#96B0F5'

red 150 ◦ green 176 ◦ blue 245

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

Shades of Perano #96B0F5

Tints of Perano #96B0F5

RGB

 RED value IS 150 (58.98% from 255) = 26.27%

 GREEN value IS 176 (69.14% from 255) = 30.82%

 BLUE value IS 245 (96.09% from 255) = 42.91%

R = 26.27%
G = 30.82%
B = 42.91%

CMYK

 C value IS 0.39

 M value IS 0.28

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#96B0F5 (or 0x96B0F5) is known color: Perano. HEX triplet: 96, B0 and F5. RGB value is (150,176,245). Sum of RGB (Red+Green+Blue) = 150+176+245=571 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.27% from 571); Green value is 176 (69.14% from 255 or 30.82% from 571); Blue value is 245 (96.09% from 255 or 42.91% from 571); Max value from RGB is 245 - color contains mainly: blue. Hex color #96B0F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #96B0F5 is #694F0A. Grayscale: #AFAFAF. Windows color (decimal): -6901515 or 16101526. OLE color: 16101526.

HSL color Cylindrical-coordinate representation of color #96B0F5: hue angle of 223.58º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96B0F5 is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 150 176 245 -
CMYK 0.39 0.28 0 0.04
HSL 223.58º 0.83% 0.77% -
HSV(B) 223.58º 0.39% 0.96% -
XYZ 44.58 44.13 92.55 -
YUV 176.09 166.89 109.39 -
System Red Green Blue C M Y K H S L
Decimal 150 176 245 0.39 0.28 0 0.04 223.58 0.83 0.77
Hex 96 B0 F5 27 1C 0 4 E0 53 4D
Octal 226 260 365 47 34 0 4 340 123 115
Binary 10010110 10110000 11110101 100111 11100 0 100 11100000 1010011 1001101

Color Harmonies of #96B0F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B0F5

Black with #96B0F5

Text Example


Text Example

White with #96B0F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96B0F5; }

 p { color: rgb(150,176,245); }

 H1.HeaderClassName
 {
   color: #96B0F5;
 }
 .AnyTagClassName
 {
   color: #96B0F5;
 }
</style>

background-color css

<style>
 a { background-color: #96B0F5; }

 a { background-color: rgb(150,176,245); }

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

border-color css

<style>
 span { border-color: #96B0F5; }

 span { border-color: rgb(150,176,245); }

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