Html Css Color HEX #96B0FF Perano

📋 copy color: '#96B0FF'

red 150 ◦ green 176 ◦ blue 255

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

Shades of Perano #96B0FF

Tints of Perano #96B0FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.89%

R = 25.82%
G = 30.29%
B = 43.89%

CMYK

 C value IS 0.41

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#96B0FF (or 0x96B0FF) is known color: Perano. HEX triplet: 96, B0 and FF. RGB value is (150,176,255). Sum of RGB (Red+Green+Blue) = 150+176+255=581 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.82% from 581); Green value is 176 (69.14% from 255 or 30.29% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #96B0FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #96B0FF is #694F00. Grayscale: #B0B0B0. Windows color (decimal): -6901505 or 16756886. OLE color: 16756886.

HSL color Cylindrical-coordinate representation of color #96B0FF: hue angle of 225.14º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96B0FF is Cyan = 0.41, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 150 176 255 -
CMYK 0.41 0.31 0 0
HSL 225.14º 1% 0.79% -
HSV(B) 225.14º 0.41% 1% -
XYZ 46.15 44.75 100.81 -
YUV 177.23 171.89 108.58 -
System Red Green Blue C M Y K H S L
Decimal 150 176 255 0.41 0.31 0 0 225.14 1 0.79
Hex 96 B0 FF 29 1F 0 0 E1 64 4F
Octal 226 260 377 51 37 0 0 341 144 117
Binary 10010110 10110000 11111111 101001 11111 0 0 11100001 1100100 1001111

Color Harmonies of #96B0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B0FF

Black with #96B0FF

Text Example


Text Example

White with #96B0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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