Html Css Color HEX #9DCBDA Regent St Blue

📋 copy color: '#9DCBDA'

red 157 ◦ green 203 ◦ blue 218

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

Shades of Regent St Blue #9DCBDA

Tints of Regent St Blue #9DCBDA

RGB

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

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

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

R = 27.16%
G = 35.12%
B = 37.72%

CMYK

 C value IS 0.28

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9DCBDA (or 0x9DCBDA) is known color: Regent St Blue. HEX triplet: 9D, CB and DA. RGB value is (157,203,218). Sum of RGB (Red+Green+Blue) = 157+203+218=578 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.16% from 578); Green value is 203 (79.69% from 255 or 35.12% from 578); Blue value is 218 (85.55% from 255 or 37.72% from 578); Max value from RGB is 218 - color contains mainly: blue. Hex color #9DCBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCBDA is #623425. Grayscale: #BEBEBE. Windows color (decimal): -6435878 or 14338973. OLE color: 14338973.

HSL color Cylindrical-coordinate representation of color #9DCBDA: hue angle of 194.75º 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 #9DCBDA is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 157 203 218 -
CMYK 0.28 0.07 0 0.15
HSL 194.75º 0.45% 0.74% -
HSV(B) 194.75º 0.28% 0.85% -
XYZ 47.92 54.94 74.41 -
YUV 190.96 143.26 103.78 -
System Red Green Blue C M Y K H S L
Decimal 157 203 218 0.28 0.07 0 0.15 194.75 0.45 0.74
Hex 9D CB DA 1C 7 0 F C3 2D 4A
Octal 235 313 332 34 7 0 17 303 55 112
Binary 10011101 11001011 11011010 11100 111 0 1111 11000011 101101 1001010

Color Harmonies of #9DCBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCBDA

Black with #9DCBDA

Text Example


Text Example

White with #9DCBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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