Html Css Color HEX #9CD0DF Regent St Blue

📋 copy color: '#9CD0DF'

red 156 ◦ green 208 ◦ blue 223

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

Shades of Regent St Blue #9CD0DF

Tints of Regent St Blue #9CD0DF

RGB

 RED value IS 156 (61.33% from 255) = 26.58%

 GREEN value IS 208 (81.64% from 255) = 35.43%

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

R = 26.58%
G = 35.43%
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

#9CD0DF (or 0x9CD0DF) is known color: Regent St Blue. HEX triplet: 9C, D0 and DF. RGB value is (156,208,223). Sum of RGB (Red+Green+Blue) = 156+208+223=587 (77% of max value = 765). Red value is 156 (61.33% from 255 or 26.58% from 587); Green value is 208 (81.64% from 255 or 35.43% 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 #9CD0DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CD0DF is #632F20. Grayscale: #C2C2C2. Windows color (decimal): -6500129 or 14667932. OLE color: 14667932.

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

Color convert

RGB 156 208 223 -
CMYK 0.30 0.07 0 0.13
HSL 193.43º 0.51% 0.74% -
HSV(B) 193.43º 0.3% 0.87% -
XYZ 49.59 57.51 78.3 -
YUV 194.16 144.27 100.78 -
System Red Green Blue C M Y K H S L
Decimal 156 208 223 0.30 0.07 0 0.13 193.43 0.51 0.74
Hex 9C D0 DF 1E 7 0 D C1 33 4A
Octal 234 320 337 36 7 0 15 301 63 112
Binary 10011100 11010000 11011111 11110 111 0 1101 11000001 110011 1001010

Color Harmonies of #9CD0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CD0DF

Black with #9CD0DF

Text Example


Text Example

White with #9CD0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,208,223); }

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

background-color css

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

 a { background-color: rgb(156,208,223); }

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

border-color css

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

 span { border-color: rgb(156,208,223); }

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