Html Css Color HEX #9DCCE0 Regent St Blue

📋 copy color: '#9DCCE0'

red 157 ◦ green 204 ◦ blue 224

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

Shades of Regent St Blue #9DCCE0

Tints of Regent St Blue #9DCCE0

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.87%

 BLUE value IS 224 (87.89% from 255) = 38.29%

R = 26.84%
G = 34.87%
B = 38.29%

CMYK

 C value IS 0.30

 M value IS 0.09

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9DCCE0 (or 0x9DCCE0) is known color: Regent St Blue. HEX triplet: 9D, CC and E0. RGB value is (157,204,224). Sum of RGB (Red+Green+Blue) = 157+204+224=585 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.84% from 585); Green value is 204 (80.08% from 255 or 34.87% from 585); Blue value is 224 (87.89% from 255 or 38.29% from 585); Max value from RGB is 224 - color contains mainly: blue. Hex color #9DCCE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCCE0 is #62331F. Grayscale: #C0C0C0. Windows color (decimal): -6435616 or 14732445. OLE color: 14732445.

HSL color Cylindrical-coordinate representation of color #9DCCE0: hue angle of 197.91º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DCCE0 is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 157 204 224 -
CMYK 0.30 0.09 0 0.12
HSL 197.91º 0.52% 0.75% -
HSV(B) 197.91º 0.3% 0.88% -
XYZ 48.95 55.74 78.7 -
YUV 192.23 145.93 102.87 -
System Red Green Blue C M Y K H S L
Decimal 157 204 224 0.30 0.09 0 0.12 197.91 0.52 0.75
Hex 9D CC E0 1E 9 0 C C6 34 4B
Octal 235 314 340 36 11 0 14 306 64 113
Binary 10011101 11001100 11100000 11110 1001 0 1100 11000110 110100 1001011

Color Harmonies of #9DCCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCCE0

Black with #9DCCE0

Text Example


Text Example

White with #9DCCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,204,224); }

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

background-color css

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

 a { background-color: rgb(157,204,224); }

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

border-color css

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

 span { border-color: rgb(157,204,224); }

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