Html Css Color HEX #99B0FF Perano

📋 copy color: '#99B0FF'

red 153 ◦ green 176 ◦ blue 255

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

Shades of Perano #99B0FF

Tints of Perano #99B0FF

RGB

 RED value IS 153 (60.16% from 255) = 26.2%

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

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

R = 26.2%
G = 30.14%
B = 43.66%

CMYK

 C value IS 0.4

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#99B0FF (or 0x99B0FF) is known color: Perano. HEX triplet: 99, B0 and FF. RGB value is (153,176,255). Sum of RGB (Red+Green+Blue) = 153+176+255=584 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.20% from 584); Green value is 176 (69.14% from 255 or 30.14% from 584); Blue value is 255 (100% from 255 or 43.66% from 584); Max value from RGB is 255 - color contains mainly: blue. Hex color #99B0FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99B0FF is #664F00. Grayscale: #B1B1B1. Windows color (decimal): -6704897 or 16756889. OLE color: 16756889.

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

Color convert

RGB 153 176 255 -
CMYK 0.4 0.31 0 0
HSL 226.47º 1% 0.8% -
HSV(B) 226.47º 0.4% 1% -
XYZ 46.71 45.04 100.84 -
YUV 178.13 171.38 110.08 -
System Red Green Blue C M Y K H S L
Decimal 153 176 255 0.4 0.31 0 0 226.47 1 0.8
Hex 99 B0 FF 28 1F 0 0 E2 64 50
Octal 231 260 377 50 37 0 0 342 144 120
Binary 10011001 10110000 11111111 101000 11111 0 0 11100010 1100100 1010000

Color Harmonies of #99B0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B0FF

Black with #99B0FF

Text Example


Text Example

White with #99B0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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