Html Css Color HEX #99ADF2 Perano

📋 copy color: '#99ADF2'

red 153 ◦ green 173 ◦ blue 242

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

Shades of Perano #99ADF2

Tints of Perano #99ADF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 42.61%

R = 26.94%
G = 30.46%
B = 42.61%

CMYK

 C value IS 0.37

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#99ADF2 (or 0x99ADF2) is known color: Perano. HEX triplet: 99, AD and F2. RGB value is (153,173,242). Sum of RGB (Red+Green+Blue) = 153+173+242=568 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.94% from 568); Green value is 173 (67.97% from 255 or 30.46% from 568); Blue value is 242 (94.92% from 255 or 42.61% from 568); Max value from RGB is 242 - color contains mainly: blue. Hex color #99ADF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99ADF2 is #66520D. Grayscale: #AEAEAE. Windows color (decimal): -6705678 or 15904153. OLE color: 15904153.

HSL color Cylindrical-coordinate representation of color #99ADF2: hue angle of 226.52º degrees, saturation: 0.77, 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 #99ADF2 is Cyan = 0.37, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 153 173 242 -
CMYK 0.37 0.29 0 0.05
HSL 226.52º 0.77% 0.77% -
HSV(B) 226.52º 0.37% 0.95% -
XYZ 44.11 43.07 89.99 -
YUV 174.89 165.87 112.39 -
System Red Green Blue C M Y K H S L
Decimal 153 173 242 0.37 0.29 0 0.05 226.52 0.77 0.77
Hex 99 AD F2 25 1D 0 5 E3 4D 4D
Octal 231 255 362 45 35 0 5 343 115 115
Binary 10011001 10101101 11110010 100101 11101 0 101 11100011 1001101 1001101

Color Harmonies of #99ADF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99ADF2

Black with #99ADF2

Text Example


Text Example

White with #99ADF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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