Html Css Color HEX #9DCBDC Regent St Blue

📋 copy color: '#9DCBDC'

red 157 ◦ green 203 ◦ blue 220

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

Shades of Regent St Blue #9DCBDC

Tints of Regent St Blue #9DCBDC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35%

 BLUE value IS 220 (86.33% from 255) = 37.93%

R = 27.07%
G = 35%
B = 37.93%

CMYK

 C value IS 0.29

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9DCBDC (or 0x9DCBDC) is known color: Regent St Blue. HEX triplet: 9D, CB and DC. RGB value is (157,203,220). Sum of RGB (Red+Green+Blue) = 157+203+220=580 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.07% from 580); Green value is 203 (79.69% from 255 or 35% from 580); Blue value is 220 (86.33% from 255 or 37.93% from 580); Max value from RGB is 220 - color contains mainly: blue. Hex color #9DCBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCBDC is #623423. Grayscale: #BFBFBF. Windows color (decimal): -6435876 or 14470045. OLE color: 14470045.

HSL color Cylindrical-coordinate representation of color #9DCBDC: hue angle of 196.19º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DCBDC is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 157 203 220 -
CMYK 0.29 0.08 0 0.14
HSL 196.19º 0.47% 0.74% -
HSV(B) 196.19º 0.29% 0.86% -
XYZ 48.18 55.05 75.8 -
YUV 191.18 144.26 103.62 -
System Red Green Blue C M Y K H S L
Decimal 157 203 220 0.29 0.08 0 0.14 196.19 0.47 0.74
Hex 9D CB DC 1D 8 0 E C4 2F 4A
Octal 235 313 334 35 10 0 16 304 57 112
Binary 10011101 11001011 11011100 11101 1000 0 1110 11000100 101111 1001010

Color Harmonies of #9DCBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCBDC

Black with #9DCBDC

Text Example


Text Example

White with #9DCBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,203,220); }

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

background-color css

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

 a { background-color: rgb(157,203,220); }

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

border-color css

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

 span { border-color: rgb(157,203,220); }

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