Html Css Color HEX #9DACEA Perano

📋 copy color: '#9DACEA'

red 157 ◦ green 172 ◦ blue 234

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

Shades of Perano #9DACEA

Tints of Perano #9DACEA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.55%

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

R = 27.89%
G = 30.55%
B = 41.56%

CMYK

 C value IS 0.33

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9DACEA (or 0x9DACEA) is known color: Perano. HEX triplet: 9D, AC and EA. RGB value is (157,172,234). Sum of RGB (Red+Green+Blue) = 157+172+234=563 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.89% from 563); Green value is 172 (67.58% from 255 or 30.55% from 563); Blue value is 234 (91.80% from 255 or 41.56% from 563); Max value from RGB is 234 - color contains mainly: blue. Hex color #9DACEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9DACEA is #625315. Grayscale: #AEAEAE. Windows color (decimal): -6443798 or 15379613. OLE color: 15379613.

HSL color Cylindrical-coordinate representation of color #9DACEA: hue angle of 228.31º 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 #9DACEA is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 157 172 234 -
CMYK 0.33 0.26 0 0.08
HSL 228.31º 0.65% 0.77% -
HSV(B) 228.31º 0.33% 0.92% -
XYZ 43.51 42.61 83.77 -
YUV 174.58 161.53 115.46 -
System Red Green Blue C M Y K H S L
Decimal 157 172 234 0.33 0.26 0 0.08 228.31 0.65 0.77
Hex 9D AC EA 21 1A 0 8 E4 41 4D
Octal 235 254 352 41 32 0 10 344 101 115
Binary 10011101 10101100 11101010 100001 11010 0 1000 11100100 1000001 1001101

Color Harmonies of #9DACEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DACEA

Black with #9DACEA

Text Example


Text Example

White with #9DACEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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