Html Css Color HEX #9DBCEE Perano

📋 copy color: '#9DBCEE'

red 157 ◦ green 188 ◦ blue 238

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

Shades of Perano #9DBCEE

Tints of Perano #9DBCEE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 32.25%

 BLUE value IS 238 (93.36% from 255) = 40.82%

R = 26.93%
G = 32.25%
B = 40.82%

CMYK

 C value IS 0.34

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9DBCEE (or 0x9DBCEE) is known color: Perano. HEX triplet: 9D, BC and EE. RGB value is (157,188,238). Sum of RGB (Red+Green+Blue) = 157+188+238=583 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.93% from 583); Green value is 188 (73.83% from 255 or 32.25% from 583); Blue value is 238 (93.36% from 255 or 40.82% from 583); Max value from RGB is 238 - color contains mainly: blue. Hex color #9DBCEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DBCEE is #624311. Grayscale: #B8B8B8. Windows color (decimal): -6439698 or 15645853. OLE color: 15645853.

HSL color Cylindrical-coordinate representation of color #9DBCEE: hue angle of 217.04º degrees, saturation: 0.7, 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 #9DBCEE is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 157 188 238 -
CMYK 0.34 0.21 0 0.07
HSL 217.04º 0.7% 0.77% -
HSV(B) 217.04º 0.34% 0.93% -
XYZ 47.32 49.31 87.91 -
YUV 184.43 158.23 108.43 -
System Red Green Blue C M Y K H S L
Decimal 157 188 238 0.34 0.21 0 0.07 217.04 0.7 0.77
Hex 9D BC EE 22 15 0 7 D9 46 4D
Octal 235 274 356 42 25 0 7 331 106 115
Binary 10011101 10111100 11101110 100010 10101 0 111 11011001 1000110 1001101

Color Harmonies of #9DBCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBCEE

Black with #9DBCEE

Text Example


Text Example

White with #9DBCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,188,238); }

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

background-color css

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

 a { background-color: rgb(157,188,238); }

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

border-color css

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

 span { border-color: rgb(157,188,238); }

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