Html Css Color HEX #99B9FA Perano

📋 copy color: '#99B9FA'

red 153 ◦ green 185 ◦ blue 250

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

Shades of Perano #99B9FA

Tints of Perano #99B9FA

RGB

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

 GREEN value IS 185 (72.66% from 255) = 31.46%

 BLUE value IS 250 (98.05% from 255) = 42.52%

R = 26.02%
G = 31.46%
B = 42.52%

CMYK

 C value IS 0.39

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#99B9FA (or 0x99B9FA) is known color: Perano. HEX triplet: 99, B9 and FA. RGB value is (153,185,250). Sum of RGB (Red+Green+Blue) = 153+185+250=588 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.02% from 588); Green value is 185 (72.66% from 255 or 31.46% from 588); Blue value is 250 (98.05% from 255 or 42.52% from 588); Max value from RGB is 250 - color contains mainly: blue. Hex color #99B9FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99B9FA is #664605. Grayscale: #B6B6B6. Windows color (decimal): -6702598 or 16431513. OLE color: 16431513.

HSL color Cylindrical-coordinate representation of color #99B9FA: hue angle of 220.21º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99B9FA is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 153 185 250 -
CMYK 0.39 0.26 0 0.02
HSL 220.21º 0.91% 0.79% -
HSV(B) 220.21º 0.39% 0.98% -
XYZ 47.74 48.37 97.26 -
YUV 182.84 165.9 106.71 -
System Red Green Blue C M Y K H S L
Decimal 153 185 250 0.39 0.26 0 0.02 220.21 0.91 0.79
Hex 99 B9 FA 27 1A 0 2 DC 5B 4F
Octal 231 271 372 47 32 0 2 334 133 117
Binary 10011001 10111001 11111010 100111 11010 0 10 11011100 1011011 1001111

Color Harmonies of #99B9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B9FA

Black with #99B9FA

Text Example


Text Example

White with #99B9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,185,250); }

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

background-color css

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

 a { background-color: rgb(153,185,250); }

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

border-color css

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

 span { border-color: rgb(153,185,250); }

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