Html Css Color HEX #9CCDDF Regent St Blue

📋 copy color: '#9CCDDF'

red 156 ◦ green 205 ◦ blue 223

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

Shades of Regent St Blue #9CCDDF

Tints of Regent St Blue #9CCDDF

RGB

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

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

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

R = 26.71%
G = 35.1%
B = 38.18%

CMYK

 C value IS 0.30

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9CCDDF (or 0x9CCDDF) is known color: Regent St Blue. HEX triplet: 9C, CD and DF. RGB value is (156,205,223). Sum of RGB (Red+Green+Blue) = 156+205+223=584 (77% of max value = 765). Red value is 156 (61.33% from 255 or 26.71% from 584); Green value is 205 (80.47% from 255 or 35.10% from 584); Blue value is 223 (87.5% from 255 or 38.18% from 584); Max value from RGB is 223 - color contains mainly: blue. Hex color #9CCDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CCDDF is #633220. Grayscale: #C0C0C0. Windows color (decimal): -6500897 or 14667164. OLE color: 14667164.

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

Color convert

RGB 156 205 223 -
CMYK 0.30 0.08 0 0.13
HSL 196.12º 0.51% 0.74% -
HSV(B) 196.12º 0.3% 0.87% -
XYZ 48.86 56.06 78.06 -
YUV 192.4 145.27 102.04 -
System Red Green Blue C M Y K H S L
Decimal 156 205 223 0.30 0.08 0 0.13 196.12 0.51 0.74
Hex 9C CD DF 1E 8 0 D C4 33 4A
Octal 234 315 337 36 10 0 15 304 63 112
Binary 10011100 11001101 11011111 11110 1000 0 1101 11000100 110011 1001010

Color Harmonies of #9CCDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CCDDF

Black with #9CCDDF

Text Example


Text Example

White with #9CCDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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