Html Css Color HEX #9CCDDB Regent St Blue

📋 copy color: '#9CCDDB'

red 156 ◦ green 205 ◦ blue 219

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

Shades of Regent St Blue #9CCDDB

Tints of Regent St Blue #9CCDDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.76%

R = 26.9%
G = 35.34%
B = 37.76%

CMYK

 C value IS 0.29

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9CCDDB (or 0x9CCDDB) is known color: Regent St Blue. HEX triplet: 9C, CD and DB. RGB value is (156,205,219). Sum of RGB (Red+Green+Blue) = 156+205+219=580 (76% of max value = 765). Red value is 156 (61.33% from 255 or 26.90% from 580); Green value is 205 (80.47% from 255 or 35.34% from 580); Blue value is 219 (85.94% from 255 or 37.76% from 580); Max value from RGB is 219 - color contains mainly: blue. Hex color #9CCDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CCDDB is #633224. Grayscale: #BFBFBF. Windows color (decimal): -6500901 or 14405020. OLE color: 14405020.

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

Color convert

RGB 156 205 219 -
CMYK 0.29 0.06 0 0.14
HSL 193.33º 0.47% 0.74% -
HSV(B) 193.33º 0.29% 0.86% -
XYZ 48.33 55.85 75.25 -
YUV 191.95 143.27 102.36 -
System Red Green Blue C M Y K H S L
Decimal 156 205 219 0.29 0.06 0 0.14 193.33 0.47 0.74
Hex 9C CD DB 1D 6 0 E C1 2F 4A
Octal 234 315 333 35 6 0 16 301 57 112
Binary 10011100 11001101 11011011 11101 110 0 1110 11000001 101111 1001010

Color Harmonies of #9CCDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CCDDB

Black with #9CCDDB

Text Example


Text Example

White with #9CCDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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