Html Css Color HEX #9DCFDE Regent St Blue

📋 copy color: '#9DCFDE'

red 157 ◦ green 207 ◦ blue 222

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

Shades of Regent St Blue #9DCFDE

Tints of Regent St Blue #9DCFDE

RGB

 RED value IS 157 (61.72% from 255) = 26.79%

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

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

R = 26.79%
G = 35.32%
B = 37.88%

CMYK

 C value IS 0.29

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9DCFDE (or 0x9DCFDE) is known color: Regent St Blue. HEX triplet: 9D, CF and DE. RGB value is (157,207,222). Sum of RGB (Red+Green+Blue) = 157+207+222=586 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.79% from 586); Green value is 207 (81.25% from 255 or 35.32% from 586); Blue value is 222 (87.11% from 255 or 37.88% from 586); Max value from RGB is 222 - color contains mainly: blue. Hex color #9DCFDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCFDE is #623021. Grayscale: #C1C1C1. Windows color (decimal): -6434850 or 14602141. OLE color: 14602141.

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

Color convert

RGB 157 207 222 -
CMYK 0.29 0.07 0 0.13
HSL 193.85º 0.5% 0.74% -
HSV(B) 193.85º 0.29% 0.87% -
XYZ 49.4 57.07 77.52 -
YUV 193.76 143.94 101.78 -
System Red Green Blue C M Y K H S L
Decimal 157 207 222 0.29 0.07 0 0.13 193.85 0.5 0.74
Hex 9D CF DE 1D 7 0 D C2 32 4A
Octal 235 317 336 35 7 0 15 302 62 112
Binary 10011101 11001111 11011110 11101 111 0 1101 11000010 110010 1001010

Color Harmonies of #9DCFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCFDE

Black with #9DCFDE

Text Example


Text Example

White with #9DCFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,207,222); }

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

background-color css

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

 a { background-color: rgb(157,207,222); }

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

border-color css

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

 span { border-color: rgb(157,207,222); }

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