Html Css Color HEX #9DCFDF Regent St Blue

📋 copy color: '#9DCFDF'

red 157 ◦ green 207 ◦ blue 223

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

Shades of Regent St Blue #9DCFDF

Tints of Regent St Blue #9DCFDF

RGB

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

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

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

R = 26.75%
G = 35.26%
B = 37.99%

CMYK

 C value IS 0.30

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9DCFDF (or 0x9DCFDF) is known color: Regent St Blue. HEX triplet: 9D, CF and DF. RGB value is (157,207,223). Sum of RGB (Red+Green+Blue) = 157+207+223=587 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.75% from 587); Green value is 207 (81.25% from 255 or 35.26% from 587); Blue value is 223 (87.5% from 255 or 37.99% from 587); Max value from RGB is 223 - color contains mainly: blue. Hex color #9DCFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCFDF is #623020. Grayscale: #C1C1C1. Windows color (decimal): -6434849 or 14667677. OLE color: 14667677.

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

Color convert

RGB 157 207 223 -
CMYK 0.30 0.07 0 0.13
HSL 194.55º 0.51% 0.75% -
HSV(B) 194.55º 0.3% 0.87% -
XYZ 49.54 57.12 78.23 -
YUV 193.87 144.44 101.7 -
System Red Green Blue C M Y K H S L
Decimal 157 207 223 0.30 0.07 0 0.13 194.55 0.51 0.75
Hex 9D CF DF 1E 7 0 D C3 33 4B
Octal 235 317 337 36 7 0 15 303 63 113
Binary 10011101 11001111 11011111 11110 111 0 1101 11000011 110011 1001011

Color Harmonies of #9DCFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCFDF

Black with #9DCFDF

Text Example


Text Example

White with #9DCFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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