Html Css Color HEX #99B0FE Perano

📋 copy color: '#99B0FE'

red 153 ◦ green 176 ◦ blue 254

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

Shades of Perano #99B0FE

Tints of Perano #99B0FE

RGB

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

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

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

R = 26.24%
G = 30.19%
B = 43.57%

CMYK

 C value IS 0.40

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#99B0FE (or 0x99B0FE) is known color: Perano. HEX triplet: 99, B0 and FE. RGB value is (153,176,254). Sum of RGB (Red+Green+Blue) = 153+176+254=583 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.24% from 583); Green value is 176 (69.14% from 255 or 30.19% from 583); Blue value is 254 (99.61% from 255 or 43.57% from 583); Max value from RGB is 254 - color contains mainly: blue. Hex color #99B0FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99B0FE is #664F01. Grayscale: #B1B1B1. Windows color (decimal): -6704898 or 16691353. OLE color: 16691353.

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

Color convert

RGB 153 176 254 -
CMYK 0.40 0.31 0 0.00
HSL 226.34º 0.98% 0.8% -
HSV(B) 226.34º 0.4% 1% -
XYZ 46.55 44.98 99.99 -
YUV 178.02 170.88 110.16 -
System Red Green Blue C M Y K H S L
Decimal 153 176 254 0.40 0.31 0 0.00 226.34 0.98 0.8
Hex 99 B0 FE 28 1F 0 0 E2 62 50
Octal 231 260 376 50 37 0 0 342 142 120
Binary 10011001 10110000 11111110 101000 11111 0 0 11100010 1100010 1010000

Color Harmonies of #99B0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B0FE

Black with #99B0FE

Text Example


Text Example

White with #99B0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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