Html Css Color HEX #99A8FD Perano

📋 copy color: '#99A8FD'

red 153 ◦ green 168 ◦ blue 253

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

Shades of Perano #99A8FD

Tints of Perano #99A8FD

RGB

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

 GREEN value IS 168 (66.02% from 255) = 29.27%

 BLUE value IS 253 (99.22% from 255) = 44.08%

R = 26.66%
G = 29.27%
B = 44.08%

CMYK

 C value IS 0.40

 M value IS 0.34

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#99A8FD (or 0x99A8FD) is known color: Perano. HEX triplet: 99, A8 and FD. RGB value is (153,168,253). Sum of RGB (Red+Green+Blue) = 153+168+253=574 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.66% from 574); Green value is 168 (66.02% from 255 or 29.27% from 574); Blue value is 253 (99.22% from 255 or 44.08% from 574); Max value from RGB is 253 - color contains mainly: blue. Hex color #99A8FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99A8FD is #665702. Grayscale: #ACACAC. Windows color (decimal): -6706947 or 16623769. OLE color: 16623769.

HSL color Cylindrical-coordinate representation of color #99A8FD: hue angle of 231º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99A8FD is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 153 168 253 -
CMYK 0.40 0.34 0 0.01
HSL 231º 0.96% 0.8% -
HSV(B) 231º 0.4% 0.99% -
XYZ 44.87 41.87 98.65 -
YUV 173.21 173.03 113.59 -
System Red Green Blue C M Y K H S L
Decimal 153 168 253 0.40 0.34 0 0.01 231 0.96 0.8
Hex 99 A8 FD 28 22 0 1 E7 60 50
Octal 231 250 375 50 42 0 1 347 140 120
Binary 10011001 10101000 11111101 101000 100010 0 1 11100111 1100000 1010000

Color Harmonies of #99A8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A8FD

Black with #99A8FD

Text Example


Text Example

White with #99A8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,168,253); }

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

background-color css

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

 a { background-color: rgb(153,168,253); }

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

border-color css

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

 span { border-color: rgb(153,168,253); }

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