Html Css Color HEX #9CCFDD Regent St Blue

📋 copy color: '#9CCFDD'

red 156 ◦ green 207 ◦ blue 221

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

Shades of Regent St Blue #9CCFDD

Tints of Regent St Blue #9CCFDD

RGB

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

 GREEN value IS 207 (81.25% from 255) = 35.45%

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

R = 26.71%
G = 35.45%
B = 37.84%

CMYK

 C value IS 0.29

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9CCFDD (or 0x9CCFDD) is known color: Regent St Blue. HEX triplet: 9C, CF and DD. RGB value is (156,207,221). Sum of RGB (Red+Green+Blue) = 156+207+221=584 (77% of max value = 765). Red value is 156 (61.33% from 255 or 26.71% from 584); Green value is 207 (81.25% from 255 or 35.45% from 584); Blue value is 221 (86.72% from 255 or 37.84% from 584); Max value from RGB is 221 - color contains mainly: blue. Hex color #9CCFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CCFDD is #633022. Grayscale: #C1C1C1. Windows color (decimal): -6500387 or 14536604. OLE color: 14536604.

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

Color convert

RGB 156 207 221 -
CMYK 0.29 0.06 0 0.13
HSL 192.92º 0.49% 0.74% -
HSV(B) 192.92º 0.29% 0.87% -
XYZ 49.07 56.91 76.81 -
YUV 193.35 143.6 101.36 -
System Red Green Blue C M Y K H S L
Decimal 156 207 221 0.29 0.06 0 0.13 192.92 0.49 0.74
Hex 9C CF DD 1D 6 0 D C1 31 4A
Octal 234 317 335 35 6 0 15 301 61 112
Binary 10011100 11001111 11011101 11101 110 0 1101 11000001 110001 1001010

Color Harmonies of #9CCFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CCFDD

Black with #9CCFDD

Text Example


Text Example

White with #9CCFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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