Html Css Color HEX #9DCFDD Regent St Blue

📋 copy color: '#9DCFDD'

red 157 ◦ green 207 ◦ blue 221

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

Shades of Regent St Blue #9DCFDD

Tints of Regent St Blue #9DCFDD

RGB

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

 GREEN value IS 207 (81.25% from 255) = 35.38%

 BLUE value IS 221 (86.72% from 255) = 37.78%

R = 26.84%
G = 35.38%
B = 37.78%

CMYK

 C value IS 0.29

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9DCFDD (or 0x9DCFDD) is known color: Regent St Blue. HEX triplet: 9D, CF and DD. RGB value is (157,207,221). Sum of RGB (Red+Green+Blue) = 157+207+221=585 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.84% from 585); Green value is 207 (81.25% from 255 or 35.38% from 585); Blue value is 221 (86.72% from 255 or 37.78% from 585); Max value from RGB is 221 - color contains mainly: blue. Hex color #9DCFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCFDD is #623022. Grayscale: #C1C1C1. Windows color (decimal): -6434851 or 14536605. OLE color: 14536605.

HSL color Cylindrical-coordinate representation of color #9DCFDD: hue angle of 193.12º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DCFDD is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 157 207 221 -
CMYK 0.29 0.06 0 0.13
HSL 193.13º 0.48% 0.74% -
HSV(B) 193.13º 0.29% 0.87% -
XYZ 49.27 57.01 76.81 -
YUV 193.65 143.44 101.86 -
System Red Green Blue C M Y K H S L
Decimal 157 207 221 0.29 0.06 0 0.13 193.13 0.48 0.74
Hex 9D CF DD 1D 6 0 D C1 30 4A
Octal 235 317 335 35 6 0 15 301 60 112
Binary 10011101 11001111 11011101 11101 110 0 1101 11000001 110000 1001010

Color Harmonies of #9DCFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCFDD

Black with #9DCFDD

Text Example


Text Example

White with #9DCFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,207,221); }

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

background-color css

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

 a { background-color: rgb(157,207,221); }

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

border-color css

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

 span { border-color: rgb(157,207,221); }

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