Html Css Color HEX #99ADF1 Perano

📋 copy color: '#99ADF1'

red 153 ◦ green 173 ◦ blue 241

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

Shades of Perano #99ADF1

Tints of Perano #99ADF1

RGB

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

 GREEN value IS 173 (67.97% from 255) = 30.51%

 BLUE value IS 241 (94.53% from 255) = 42.5%

R = 26.98%
G = 30.51%
B = 42.5%

CMYK

 C value IS 0.37

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#99ADF1 (or 0x99ADF1) is known color: Perano. HEX triplet: 99, AD and F1. RGB value is (153,173,241). Sum of RGB (Red+Green+Blue) = 153+173+241=567 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.98% from 567); Green value is 173 (67.97% from 255 or 30.51% from 567); Blue value is 241 (94.53% from 255 or 42.50% from 567); Max value from RGB is 241 - color contains mainly: blue. Hex color #99ADF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99ADF1 is #66520E. Grayscale: #AEAEAE. Windows color (decimal): -6705679 or 15838617. OLE color: 15838617.

HSL color Cylindrical-coordinate representation of color #99ADF1: hue angle of 226.36º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #99ADF1 is Cyan = 0.37, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 153 173 241 -
CMYK 0.37 0.28 0 0.05
HSL 226.36º 0.76% 0.77% -
HSV(B) 226.36º 0.37% 0.95% -
XYZ 43.96 43.01 89.2 -
YUV 174.77 165.37 112.47 -
System Red Green Blue C M Y K H S L
Decimal 153 173 241 0.37 0.28 0 0.05 226.36 0.76 0.77
Hex 99 AD F1 25 1C 0 5 E2 4C 4D
Octal 231 255 361 45 34 0 5 342 114 115
Binary 10011001 10101101 11110001 100101 11100 0 101 11100010 1001100 1001101

Color Harmonies of #99ADF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99ADF1

Black with #99ADF1

Text Example


Text Example

White with #99ADF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,173,241); }

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

background-color css

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

 a { background-color: rgb(153,173,241); }

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

border-color css

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

 span { border-color: rgb(153,173,241); }

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