Html Css Color HEX #9CCDDD Regent St Blue

📋 copy color: '#9CCDDD'

red 156 ◦ green 205 ◦ blue 221

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

Shades of Regent St Blue #9CCDDD

Tints of Regent St Blue #9CCDDD

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.22%

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

R = 26.8%
G = 35.22%
B = 37.97%

CMYK

 C value IS 0.29

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9CCDDD (or 0x9CCDDD) is known color: Regent St Blue. HEX triplet: 9C, CD and DD. RGB value is (156,205,221). Sum of RGB (Red+Green+Blue) = 156+205+221=582 (77% of max value = 765). Red value is 156 (61.33% from 255 or 26.80% from 582); Green value is 205 (80.47% from 255 or 35.22% from 582); Blue value is 221 (86.72% from 255 or 37.97% from 582); Max value from RGB is 221 - color contains mainly: blue. Hex color #9CCDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CCDDD is #633222. Grayscale: #C0C0C0. Windows color (decimal): -6500899 or 14536092. OLE color: 14536092.

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

Color convert

RGB 156 205 221 -
CMYK 0.29 0.07 0 0.13
HSL 194.77º 0.49% 0.74% -
HSV(B) 194.77º 0.29% 0.87% -
XYZ 48.59 55.95 76.65 -
YUV 192.17 144.27 102.2 -
System Red Green Blue C M Y K H S L
Decimal 156 205 221 0.29 0.07 0 0.13 194.77 0.49 0.74
Hex 9C CD DD 1D 7 0 D C3 31 4A
Octal 234 315 335 35 7 0 15 303 61 112
Binary 10011100 11001101 11011101 11101 111 0 1101 11000011 110001 1001010

Color Harmonies of #9CCDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CCDDD

Black with #9CCDDD

Text Example


Text Example

White with #9CCDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,205,221); }

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

background-color css

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

 a { background-color: rgb(156,205,221); }

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

border-color css

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

 span { border-color: rgb(156,205,221); }

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