Html Css Color HEX #9DB4EA Perano

📋 copy color: '#9DB4EA'

red 157 ◦ green 180 ◦ blue 234

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

Shades of Perano #9DB4EA

Tints of Perano #9DB4EA

RGB

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

 GREEN value IS 180 (70.7% from 255) = 31.52%

 BLUE value IS 234 (91.8% from 255) = 40.98%

R = 27.5%
G = 31.52%
B = 40.98%

CMYK

 C value IS 0.33

 M value IS 0.23

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9DB4EA (or 0x9DB4EA) is known color: Perano. HEX triplet: 9D, B4 and EA. RGB value is (157,180,234). Sum of RGB (Red+Green+Blue) = 157+180+234=571 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.50% from 571); Green value is 180 (70.70% from 255 or 31.52% from 571); Blue value is 234 (91.80% from 255 or 40.98% from 571); Max value from RGB is 234 - color contains mainly: blue. Hex color #9DB4EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DB4EA is #624B15. Grayscale: #B3B3B3. Windows color (decimal): -6441750 or 15381661. OLE color: 15381661.

HSL color Cylindrical-coordinate representation of color #9DB4EA: hue angle of 222.08º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DB4EA is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 157 180 234 -
CMYK 0.33 0.23 0 0.08
HSL 222.08º 0.65% 0.77% -
HSV(B) 222.08º 0.33% 0.92% -
XYZ 45.08 45.75 84.3 -
YUV 179.28 158.88 112.11 -
System Red Green Blue C M Y K H S L
Decimal 157 180 234 0.33 0.23 0 0.08 222.08 0.65 0.77
Hex 9D B4 EA 21 17 0 8 DE 41 4D
Octal 235 264 352 41 27 0 10 336 101 115
Binary 10011101 10110100 11101010 100001 10111 0 1000 11011110 1000001 1001101

Color Harmonies of #9DB4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB4EA

Black with #9DB4EA

Text Example


Text Example

White with #9DB4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,180,234); }

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

background-color css

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

 a { background-color: rgb(157,180,234); }

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

border-color css

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

 span { border-color: rgb(157,180,234); }

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