Html Css Color HEX #99B8F7 Perano

📋 copy color: '#99B8F7'

red 153 ◦ green 184 ◦ blue 247

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

Shades of Perano #99B8F7

Tints of Perano #99B8F7

RGB

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

 GREEN value IS 184 (72.27% from 255) = 31.51%

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

R = 26.2%
G = 31.51%
B = 42.29%

CMYK

 C value IS 0.38

 M value IS 0.26

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#99B8F7 (or 0x99B8F7) is known color: Perano. HEX triplet: 99, B8 and F7. RGB value is (153,184,247). Sum of RGB (Red+Green+Blue) = 153+184+247=584 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.20% from 584); Green value is 184 (72.27% from 255 or 31.51% from 584); Blue value is 247 (96.88% from 255 or 42.29% from 584); Max value from RGB is 247 - color contains mainly: blue. Hex color #99B8F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99B8F7 is #664708. Grayscale: #B5B5B5. Windows color (decimal): -6702857 or 16234649. OLE color: 16234649.

HSL color Cylindrical-coordinate representation of color #99B8F7: hue angle of 220.21º 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 #99B8F7 is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 153 184 247 -
CMYK 0.38 0.26 0 0.03
HSL 220.21º 0.85% 0.78% -
HSV(B) 220.21º 0.38% 0.97% -
XYZ 47.07 47.77 94.74 -
YUV 181.91 164.73 107.38 -
System Red Green Blue C M Y K H S L
Decimal 153 184 247 0.38 0.26 0 0.03 220.21 0.85 0.78
Hex 99 B8 F7 26 1A 0 3 DC 55 4E
Octal 231 270 367 46 32 0 3 334 125 116
Binary 10011001 10111000 11110111 100110 11010 0 11 11011100 1010101 1001110

Color Harmonies of #99B8F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B8F7

Black with #99B8F7

Text Example


Text Example

White with #99B8F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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