Html Css Color HEX #9CCBDE Regent St Blue

📋 copy color: '#9CCBDE'

red 156 ◦ green 203 ◦ blue 222

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

Shades of Regent St Blue #9CCBDE

Tints of Regent St Blue #9CCBDE

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34.94%

 BLUE value IS 222 (87.11% from 255) = 38.21%

R = 26.85%
G = 34.94%
B = 38.21%

CMYK

 C value IS 0.30

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9CCBDE (or 0x9CCBDE) is known color: Regent St Blue. HEX triplet: 9C, CB and DE. RGB value is (156,203,222). Sum of RGB (Red+Green+Blue) = 156+203+222=581 (76% of max value = 765). Red value is 156 (61.33% from 255 or 26.85% from 581); Green value is 203 (79.69% from 255 or 34.94% from 581); Blue value is 222 (87.11% from 255 or 38.21% from 581); Max value from RGB is 222 - color contains mainly: blue. Hex color #9CCBDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CCBDE is #633421. Grayscale: #BEBEBE. Windows color (decimal): -6501410 or 14601116. OLE color: 14601116.

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

Color convert

RGB 156 203 222 -
CMYK 0.30 0.09 0 0.13
HSL 197.27º 0.5% 0.74% -
HSV(B) 197.27º 0.3% 0.87% -
XYZ 48.25 55.05 77.19 -
YUV 191.11 145.43 102.96 -
System Red Green Blue C M Y K H S L
Decimal 156 203 222 0.30 0.09 0 0.13 197.27 0.5 0.74
Hex 9C CB DE 1E 9 0 D C5 32 4A
Octal 234 313 336 36 11 0 15 305 62 112
Binary 10011100 11001011 11011110 11110 1001 0 1101 11000101 110010 1001010

Color Harmonies of #9CCBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CCBDE

Black with #9CCBDE

Text Example


Text Example

White with #9CCBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,203,222); }

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

background-color css

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

 a { background-color: rgb(156,203,222); }

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

border-color css

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

 span { border-color: rgb(156,203,222); }

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