Html Css Color HEX #9DCCDA Regent St Blue

📋 copy color: '#9DCCDA'

red 157 ◦ green 204 ◦ blue 218

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

Shades of Regent St Blue #9DCCDA

Tints of Regent St Blue #9DCCDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.65%

R = 27.12%
G = 35.23%
B = 37.65%

CMYK

 C value IS 0.28

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9DCCDA (or 0x9DCCDA) is known color: Regent St Blue. HEX triplet: 9D, CC and DA. RGB value is (157,204,218). Sum of RGB (Red+Green+Blue) = 157+204+218=579 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.12% from 579); Green value is 204 (80.08% from 255 or 35.23% from 579); Blue value is 218 (85.55% from 255 or 37.65% from 579); Max value from RGB is 218 - color contains mainly: blue. Hex color #9DCCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCCDA is #623325. Grayscale: #BFBFBF. Windows color (decimal): -6435622 or 14339229. OLE color: 14339229.

HSL color Cylindrical-coordinate representation of color #9DCCDA: hue angle of 193.77º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9DCCDA is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 157 204 218 -
CMYK 0.28 0.06 0 0.15
HSL 193.77º 0.45% 0.74% -
HSV(B) 193.77º 0.28% 0.85% -
XYZ 48.15 55.42 74.49 -
YUV 191.54 142.93 103.36 -
System Red Green Blue C M Y K H S L
Decimal 157 204 218 0.28 0.06 0 0.15 193.77 0.45 0.74
Hex 9D CC DA 1C 6 0 F C2 2D 4A
Octal 235 314 332 34 6 0 17 302 55 112
Binary 10011101 11001100 11011010 11100 110 0 1111 11000010 101101 1001010

Color Harmonies of #9DCCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCCDA

Black with #9DCCDA

Text Example


Text Example

White with #9DCCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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