Html Css Color HEX #9AADFD Perano

📋 copy color: '#9AADFD'

red 154 ◦ green 173 ◦ blue 253

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

Shades of Perano #9AADFD

Tints of Perano #9AADFD

RGB

 RED value IS 154 (60.55% from 255) = 26.55%

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

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

R = 26.55%
G = 29.83%
B = 43.62%

CMYK

 C value IS 0.39

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9AADFD (or 0x9AADFD) is known color: Perano. HEX triplet: 9A, AD and FD. RGB value is (154,173,253). Sum of RGB (Red+Green+Blue) = 154+173+253=580 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.55% from 580); Green value is 173 (67.97% from 255 or 29.83% from 580); Blue value is 253 (99.22% from 255 or 43.62% from 580); Max value from RGB is 253 - color contains mainly: blue. Hex color #9AADFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9AADFD is #655202. Grayscale: #B0B0B0. Windows color (decimal): -6640131 or 16625050. OLE color: 16625050.

HSL color Cylindrical-coordinate representation of color #9AADFD: hue angle of 228.48º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9AADFD is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 154 173 253 -
CMYK 0.39 0.32 0 0.01
HSL 228.48º 0.96% 0.8% -
HSV(B) 228.48º 0.39% 0.99% -
XYZ 46 43.85 98.97 -
YUV 176.44 171.21 112 -
System Red Green Blue C M Y K H S L
Decimal 154 173 253 0.39 0.32 0 0.01 228.48 0.96 0.8
Hex 9A AD FD 27 20 0 1 E4 60 50
Octal 232 255 375 47 40 0 1 344 140 120
Binary 10011010 10101101 11111101 100111 100000 0 1 11100100 1100000 1010000

Color Harmonies of #9AADFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AADFD

Black with #9AADFD

Text Example


Text Example

White with #9AADFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9AADFD; }

 p { color: rgb(154,173,253); }

 H1.HeaderClassName
 {
   color: #9AADFD;
 }
 .AnyTagClassName
 {
   color: #9AADFD;
 }
</style>

background-color css

<style>
 a { background-color: #9AADFD; }

 a { background-color: rgb(154,173,253); }

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

border-color css

<style>
 span { border-color: #9AADFD; }

 span { border-color: rgb(154,173,253); }

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