Html Css Color HEX #9DCBDF Regent St Blue

📋 copy color: '#9DCBDF'

red 157 ◦ green 203 ◦ blue 223

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

Shades of Regent St Blue #9DCBDF

Tints of Regent St Blue #9DCBDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.25%

R = 26.93%
G = 34.82%
B = 38.25%

CMYK

 C value IS 0.30

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9DCBDF (or 0x9DCBDF) is known color: Regent St Blue. HEX triplet: 9D, CB and DF. RGB value is (157,203,223). Sum of RGB (Red+Green+Blue) = 157+203+223=583 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.93% from 583); Green value is 203 (79.69% from 255 or 34.82% from 583); Blue value is 223 (87.5% from 255 or 38.25% from 583); Max value from RGB is 223 - color contains mainly: blue. Hex color #9DCBDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCBDF is #623420. Grayscale: #BFBFBF. Windows color (decimal): -6435873 or 14666653. OLE color: 14666653.

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

Color convert

RGB 157 203 223 -
CMYK 0.30 0.09 0 0.13
HSL 198.18º 0.51% 0.75% -
HSV(B) 198.18º 0.3% 0.87% -
XYZ 48.58 55.21 77.91 -
YUV 191.53 145.76 103.37 -
System Red Green Blue C M Y K H S L
Decimal 157 203 223 0.30 0.09 0 0.13 198.18 0.51 0.75
Hex 9D CB DF 1E 9 0 D C6 33 4B
Octal 235 313 337 36 11 0 15 306 63 113
Binary 10011101 11001011 11011111 11110 1001 0 1101 11000110 110011 1001011

Color Harmonies of #9DCBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCBDF

Black with #9DCBDF

Text Example


Text Example

White with #9DCBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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