Html Css Color HEX #9DAEED Perano

📋 copy color: '#9DAEED'

red 157 ◦ green 174 ◦ blue 237

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

Shades of Perano #9DAEED

Tints of Perano #9DAEED

RGB

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

 GREEN value IS 174 (68.36% from 255) = 30.63%

 BLUE value IS 237 (92.97% from 255) = 41.73%

R = 27.64%
G = 30.63%
B = 41.73%

CMYK

 C value IS 0.34

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9DAEED (or 0x9DAEED) is known color: Perano. HEX triplet: 9D, AE and ED. RGB value is (157,174,237). Sum of RGB (Red+Green+Blue) = 157+174+237=568 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.64% from 568); Green value is 174 (68.36% from 255 or 30.63% from 568); Blue value is 237 (92.97% from 255 or 41.73% from 568); Max value from RGB is 237 - color contains mainly: blue. Hex color #9DAEED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9DAEED is #625112. Grayscale: #AFAFAF. Windows color (decimal): -6443283 or 15576733. OLE color: 15576733.

HSL color Cylindrical-coordinate representation of color #9DAEED: hue angle of 227.25º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DAEED is Cyan = 0.34, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 157 174 237 -
CMYK 0.34 0.27 0 0.07
HSL 227.25º 0.69% 0.77% -
HSV(B) 227.25º 0.34% 0.93% -
XYZ 44.33 43.55 86.19 -
YUV 176.1 162.37 114.38 -
System Red Green Blue C M Y K H S L
Decimal 157 174 237 0.34 0.27 0 0.07 227.25 0.69 0.77
Hex 9D AE ED 22 1B 0 7 E3 45 4D
Octal 235 256 355 42 33 0 7 343 105 115
Binary 10011101 10101110 11101101 100010 11011 0 111 11100011 1000101 1001101

Color Harmonies of #9DAEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DAEED

Black with #9DAEED

Text Example


Text Example

White with #9DAEED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,174,237); }

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

background-color css

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

 a { background-color: rgb(157,174,237); }

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

border-color css

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

 span { border-color: rgb(157,174,237); }

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