Html Css Color HEX #99B1F7 Perano

📋 copy color: '#99B1F7'

red 153 ◦ green 177 ◦ blue 247

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

Shades of Perano #99B1F7

Tints of Perano #99B1F7

RGB

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

 GREEN value IS 177 (69.53% from 255) = 30.68%

 BLUE value IS 247 (96.88% from 255) = 42.81%

R = 26.52%
G = 30.68%
B = 42.81%

CMYK

 C value IS 0.38

 M value IS 0.28

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#99B1F7 (or 0x99B1F7) is known color: Perano. HEX triplet: 99, B1 and F7. RGB value is (153,177,247). Sum of RGB (Red+Green+Blue) = 153+177+247=577 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.52% from 577); Green value is 177 (69.53% from 255 or 30.68% from 577); Blue value is 247 (96.88% from 255 or 42.81% from 577); Max value from RGB is 247 - color contains mainly: blue. Hex color #99B1F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99B1F7 is #664E08. Grayscale: #B1B1B1. Windows color (decimal): -6704649 or 16232857. OLE color: 16232857.

HSL color Cylindrical-coordinate representation of color #99B1F7: hue angle of 224.68º degrees, saturation: 0.85, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #99B1F7 is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 153 177 247 -
CMYK 0.38 0.28 0 0.03
HSL 224.68º 0.85% 0.78% -
HSV(B) 224.68º 0.38% 0.97% -
XYZ 45.65 44.93 94.26 -
YUV 177.8 167.05 110.31 -
System Red Green Blue C M Y K H S L
Decimal 153 177 247 0.38 0.28 0 0.03 224.68 0.85 0.78
Hex 99 B1 F7 26 1C 0 3 E1 55 4E
Octal 231 261 367 46 34 0 3 341 125 116
Binary 10011001 10110001 11110111 100110 11100 0 11 11100001 1010101 1001110

Color Harmonies of #99B1F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B1F7

Black with #99B1F7

Text Example


Text Example

White with #99B1F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,177,247); }

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

background-color css

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

 a { background-color: rgb(153,177,247); }

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

border-color css

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

 span { border-color: rgb(153,177,247); }

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