Html Css Color HEX #9CCBDD Regent St Blue

📋 copy color: '#9CCBDD'

red 156 ◦ green 203 ◦ blue 221

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

Shades of Regent St Blue #9CCBDD

Tints of Regent St Blue #9CCBDD

RGB

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

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

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

R = 26.9%
G = 35%
B = 38.1%

CMYK

 C value IS 0.29

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9CCBDD (or 0x9CCBDD) is known color: Regent St Blue. HEX triplet: 9C, CB and DD. RGB value is (156,203,221). Sum of RGB (Red+Green+Blue) = 156+203+221=580 (76% of max value = 765). Red value is 156 (61.33% from 255 or 26.90% from 580); Green value is 203 (79.69% from 255 or 35% from 580); Blue value is 221 (86.72% from 255 or 38.10% from 580); Max value from RGB is 221 - color contains mainly: blue. Hex color #9CCBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CCBDD is #633422. Grayscale: #BEBEBE. Windows color (decimal): -6501411 or 14535580. OLE color: 14535580.

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

Color convert

RGB 156 203 221 -
CMYK 0.29 0.08 0 0.13
HSL 196.62º 0.49% 0.74% -
HSV(B) 196.62º 0.29% 0.87% -
XYZ 48.12 55 76.49 -
YUV 191 144.93 103.04 -
System Red Green Blue C M Y K H S L
Decimal 156 203 221 0.29 0.08 0 0.13 196.62 0.49 0.74
Hex 9C CB DD 1D 8 0 D C5 31 4A
Octal 234 313 335 35 10 0 15 305 61 112
Binary 10011100 11001011 11011101 11101 1000 0 1101 11000101 110001 1001010

Color Harmonies of #9CCBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CCBDD

Black with #9CCBDD

Text Example


Text Example

White with #9CCBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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