Html Css Color HEX #9DB5FA Perano

📋 copy color: '#9DB5FA'

red 157 ◦ green 181 ◦ blue 250

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

Shades of Perano #9DB5FA

Tints of Perano #9DB5FA

RGB

 RED value IS 157 (61.72% from 255) = 26.7%

 GREEN value IS 181 (71.09% from 255) = 30.78%

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

R = 26.7%
G = 30.78%
B = 42.52%

CMYK

 C value IS 0.37

 M value IS 0.28

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9DB5FA (or 0x9DB5FA) is known color: Perano. HEX triplet: 9D, B5 and FA. RGB value is (157,181,250). Sum of RGB (Red+Green+Blue) = 157+181+250=588 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.70% from 588); Green value is 181 (71.09% from 255 or 30.78% from 588); Blue value is 250 (98.05% from 255 or 42.52% from 588); Max value from RGB is 250 - color contains mainly: blue. Hex color #9DB5FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DB5FA is #624A05. Grayscale: #B5B5B5. Windows color (decimal): -6441478 or 16430493. OLE color: 16430493.

HSL color Cylindrical-coordinate representation of color #9DB5FA: hue angle of 224.52º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9DB5FA is Cyan = 0.37, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 157 181 250 -
CMYK 0.37 0.28 0 0.02
HSL 224.52º 0.9% 0.8% -
HSV(B) 224.52º 0.37% 0.98% -
XYZ 47.68 47.12 97.02 -
YUV 181.69 166.55 110.39 -
System Red Green Blue C M Y K H S L
Decimal 157 181 250 0.37 0.28 0 0.02 224.52 0.9 0.8
Hex 9D B5 FA 25 1C 0 2 E1 5A 50
Octal 235 265 372 45 34 0 2 341 132 120
Binary 10011101 10110101 11111010 100101 11100 0 10 11100001 1011010 1010000

Color Harmonies of #9DB5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB5FA

Black with #9DB5FA

Text Example


Text Example

White with #9DB5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,181,250); }

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

background-color css

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

 a { background-color: rgb(157,181,250); }

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

border-color css

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

 span { border-color: rgb(157,181,250); }

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