Html Css Color HEX #99B6F9 Perano

📋 copy color: '#99B6F9'

red 153 ◦ green 182 ◦ blue 249

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

Shades of Perano #99B6F9

Tints of Perano #99B6F9

RGB

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

 GREEN value IS 182 (71.48% from 255) = 31.16%

 BLUE value IS 249 (97.66% from 255) = 42.64%

R = 26.2%
G = 31.16%
B = 42.64%

CMYK

 C value IS 0.39

 M value IS 0.27

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#99B6F9 (or 0x99B6F9) is known color: Perano. HEX triplet: 99, B6 and F9. RGB value is (153,182,249). Sum of RGB (Red+Green+Blue) = 153+182+249=584 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.20% from 584); Green value is 182 (71.48% from 255 or 31.16% from 584); Blue value is 249 (97.66% from 255 or 42.64% from 584); Max value from RGB is 249 - color contains mainly: blue. Hex color #99B6F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99B6F9 is #664906. Grayscale: #B4B4B4. Windows color (decimal): -6703367 or 16365209. OLE color: 16365209.

HSL color Cylindrical-coordinate representation of color #99B6F9: hue angle of 221.88º degrees, saturation: 0.89, 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 #99B6F9 is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 153 182 249 -
CMYK 0.39 0.27 0 0.02
HSL 221.88º 0.89% 0.79% -
HSV(B) 221.88º 0.39% 0.98% -
XYZ 46.96 47.07 96.23 -
YUV 180.97 166.39 108.05 -
System Red Green Blue C M Y K H S L
Decimal 153 182 249 0.39 0.27 0 0.02 221.88 0.89 0.79
Hex 99 B6 F9 27 1B 0 2 DE 59 4F
Octal 231 266 371 47 33 0 2 336 131 117
Binary 10011001 10110110 11111001 100111 11011 0 10 11011110 1011001 1001111

Color Harmonies of #99B6F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B6F9

Black with #99B6F9

Text Example


Text Example

White with #99B6F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,182,249); }

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

background-color css

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

 a { background-color: rgb(153,182,249); }

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

border-color css

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

 span { border-color: rgb(153,182,249); }

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