Html Css Color HEX #99B0F9 Perano

📋 copy color: '#99B0F9'

red 153 ◦ green 176 ◦ blue 249

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

Shades of Perano #99B0F9

Tints of Perano #99B0F9

RGB

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

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

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

R = 26.47%
G = 30.45%
B = 43.08%

CMYK

 C value IS 0.39

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#99B0F9 (or 0x99B0F9) is known color: Perano. HEX triplet: 99, B0 and F9. RGB value is (153,176,249). Sum of RGB (Red+Green+Blue) = 153+176+249=578 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.47% from 578); Green value is 176 (69.14% from 255 or 30.45% from 578); Blue value is 249 (97.66% from 255 or 43.08% from 578); Max value from RGB is 249 - color contains mainly: blue. Hex color #99B0F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99B0F9 is #664F06. Grayscale: #B1B1B1. Windows color (decimal): -6704903 or 16363673. OLE color: 16363673.

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

Color convert

RGB 153 176 249 -
CMYK 0.39 0.29 0 0.02
HSL 225.63º 0.89% 0.79% -
HSV(B) 225.63º 0.39% 0.98% -
XYZ 45.76 44.66 95.83 -
YUV 177.45 168.38 110.56 -
System Red Green Blue C M Y K H S L
Decimal 153 176 249 0.39 0.29 0 0.02 225.63 0.89 0.79
Hex 99 B0 F9 27 1D 0 2 E2 59 4F
Octal 231 260 371 47 35 0 2 342 131 117
Binary 10011001 10110000 11111001 100111 11101 0 10 11100010 1011001 1001111

Color Harmonies of #99B0F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B0F9

Black with #99B0F9

Text Example


Text Example

White with #99B0F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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