Html Css Color HEX #99B0FA Perano

📋 copy color: '#99B0FA'

red 153 ◦ green 176 ◦ blue 250

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

Shades of Perano #99B0FA

Tints of Perano #99B0FA

RGB

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

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

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

R = 26.42%
G = 30.4%
B = 43.18%

CMYK

 C value IS 0.39

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#99B0FA (or 0x99B0FA) is known color: Perano. HEX triplet: 99, B0 and FA. RGB value is (153,176,250). Sum of RGB (Red+Green+Blue) = 153+176+250=579 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.42% from 579); Green value is 176 (69.14% from 255 or 30.40% from 579); Blue value is 250 (98.05% from 255 or 43.18% from 579); Max value from RGB is 250 - color contains mainly: blue. Hex color #99B0FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99B0FA is #664F05. Grayscale: #B1B1B1. Windows color (decimal): -6704902 or 16429209. OLE color: 16429209.

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

Color convert

RGB 153 176 250 -
CMYK 0.39 0.30 0 0.02
HSL 225.77º 0.91% 0.79% -
HSV(B) 225.77º 0.39% 0.98% -
XYZ 45.92 44.73 96.66 -
YUV 177.56 168.88 110.48 -
System Red Green Blue C M Y K H S L
Decimal 153 176 250 0.39 0.30 0 0.02 225.77 0.91 0.79
Hex 99 B0 FA 27 1E 0 2 E2 5B 4F
Octal 231 260 372 47 36 0 2 342 133 117
Binary 10011001 10110000 11111010 100111 11110 0 10 11100010 1011011 1001111

Color Harmonies of #99B0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B0FA

Black with #99B0FA

Text Example


Text Example

White with #99B0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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