Html Css Color HEX #9CD4DE Regent St Blue

📋 copy color: '#9CD4DE'

red 156 ◦ green 212 ◦ blue 222

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

Shades of Regent St Blue #9CD4DE

Tints of Regent St Blue #9CD4DE

RGB

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

 GREEN value IS 212 (83.2% from 255) = 35.93%

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

R = 26.44%
G = 35.93%
B = 37.63%

CMYK

 C value IS 0.30

 M value IS 0.05

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9CD4DE (or 0x9CD4DE) is known color: Regent St Blue. HEX triplet: 9C, D4 and DE. RGB value is (156,212,222). Sum of RGB (Red+Green+Blue) = 156+212+222=590 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.44% from 590); Green value is 212 (83.20% from 255 or 35.93% from 590); Blue value is 222 (87.11% from 255 or 37.63% from 590); Max value from RGB is 222 - color contains mainly: blue. Hex color #9CD4DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CD4DE is #632B21. Grayscale: #C4C4C4. Windows color (decimal): -6499106 or 14603420. OLE color: 14603420.

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

Color convert

RGB 156 212 222 -
CMYK 0.30 0.05 0 0.13
HSL 189.09º 0.5% 0.74% -
HSV(B) 189.09º 0.3% 0.87% -
XYZ 50.44 59.43 77.92 -
YUV 196.4 142.45 99.19 -
System Red Green Blue C M Y K H S L
Decimal 156 212 222 0.30 0.05 0 0.13 189.09 0.5 0.74
Hex 9C D4 DE 1E 5 0 D BD 32 4A
Octal 234 324 336 36 5 0 15 275 62 112
Binary 10011100 11010100 11011110 11110 101 0 1101 10111101 110010 1001010

Color Harmonies of #9CD4DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CD4DE

Black with #9CD4DE

Text Example


Text Example

White with #9CD4DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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