Html Css Color HEX #9CCFDC Regent St Blue

📋 copy color: '#9CCFDC'

red 156 ◦ green 207 ◦ blue 220

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

Shades of Regent St Blue #9CCFDC

Tints of Regent St Blue #9CCFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.74%

R = 26.76%
G = 35.51%
B = 37.74%

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

#9CCFDC (or 0x9CCFDC) is known color: Regent St Blue. HEX triplet: 9C, CF and DC. RGB value is (156,207,220). Sum of RGB (Red+Green+Blue) = 156+207+220=583 (77% of max value = 765). Red value is 156 (61.33% from 255 or 26.76% from 583); Green value is 207 (81.25% from 255 or 35.51% from 583); Blue value is 220 (86.33% from 255 or 37.74% from 583); Max value from RGB is 220 - color contains mainly: blue. Hex color #9CCFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CCFDC is #633023. Grayscale: #C1C1C1. Windows color (decimal): -6500388 or 14471068. OLE color: 14471068.

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

Color convert

RGB 156 207 220 -
CMYK 0.29 0.06 0 0.14
HSL 192.19º 0.48% 0.74% -
HSV(B) 192.19º 0.29% 0.86% -
XYZ 48.94 56.86 76.11 -
YUV 193.23 143.1 101.44 -
System Red Green Blue C M Y K H S L
Decimal 156 207 220 0.29 0.06 0 0.14 192.19 0.48 0.74
Hex 9C CF DC 1D 6 0 E C0 30 4A
Octal 234 317 334 35 6 0 16 300 60 112
Binary 10011100 11001111 11011100 11101 110 0 1110 11000000 110000 1001010

Color Harmonies of #9CCFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CCFDC

Black with #9CCFDC

Text Example


Text Example

White with #9CCFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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