Html Css Color HEX #9DCBE0 Regent St Blue

📋 copy color: '#9DCBE0'

red 157 ◦ green 203 ◦ blue 224

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

Shades of Regent St Blue #9DCBE0

Tints of Regent St Blue #9DCBE0

RGB

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

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

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

R = 26.88%
G = 34.76%
B = 38.36%

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

#9DCBE0 (or 0x9DCBE0) is known color: Regent St Blue. HEX triplet: 9D, CB and E0. RGB value is (157,203,224). Sum of RGB (Red+Green+Blue) = 157+203+224=584 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.88% from 584); Green value is 203 (79.69% from 255 or 34.76% from 584); Blue value is 224 (87.89% from 255 or 38.36% from 584); Max value from RGB is 224 - color contains mainly: blue. Hex color #9DCBE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCBE0 is #62341F. Grayscale: #BFBFBF. Windows color (decimal): -6435872 or 14732189. OLE color: 14732189.

HSL color Cylindrical-coordinate representation of color #9DCBE0: hue angle of 198.81º 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 #9DCBE0 is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 157 203 224 -
CMYK 0.30 0.09 0 0.12
HSL 198.81º 0.52% 0.75% -
HSV(B) 198.81º 0.3% 0.88% -
XYZ 48.72 55.26 78.62 -
YUV 191.64 146.26 103.29 -
System Red Green Blue C M Y K H S L
Decimal 157 203 224 0.30 0.09 0 0.12 198.81 0.52 0.75
Hex 9D CB E0 1E 9 0 C C7 34 4B
Octal 235 313 340 36 11 0 14 307 64 113
Binary 10011101 11001011 11100000 11110 1001 0 1100 11000111 110100 1001011

Color Harmonies of #9DCBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCBE0

Black with #9DCBE0

Text Example


Text Example

White with #9DCBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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