Html Css Color HEX #9DCFDB Regent St Blue

📋 copy color: '#9DCFDB'

red 157 ◦ green 207 ◦ blue 219

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

Shades of Regent St Blue #9DCFDB

Tints of Regent St Blue #9DCFDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.56%

R = 26.93%
G = 35.51%
B = 37.56%

CMYK

 C value IS 0.28

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9DCFDB (or 0x9DCFDB) is known color: Regent St Blue. HEX triplet: 9D, CF and DB. RGB value is (157,207,219). Sum of RGB (Red+Green+Blue) = 157+207+219=583 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.93% from 583); Green value is 207 (81.25% from 255 or 35.51% from 583); Blue value is 219 (85.94% from 255 or 37.56% from 583); Max value from RGB is 219 - color contains mainly: blue. Hex color #9DCFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCFDB is #623024. Grayscale: #C1C1C1. Windows color (decimal): -6434853 or 14405533. OLE color: 14405533.

HSL color Cylindrical-coordinate representation of color #9DCFDB: hue angle of 191.61º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9DCFDB is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 157 207 219 -
CMYK 0.28 0.05 0 0.14
HSL 191.61º 0.46% 0.74% -
HSV(B) 191.61º 0.28% 0.86% -
XYZ 49 56.91 75.42 -
YUV 193.42 142.44 102.02 -
System Red Green Blue C M Y K H S L
Decimal 157 207 219 0.28 0.05 0 0.14 191.61 0.46 0.74
Hex 9D CF DB 1C 5 0 E C0 2E 4A
Octal 235 317 333 34 5 0 16 300 56 112
Binary 10011101 11001111 11011011 11100 101 0 1110 11000000 101110 1001010

Color Harmonies of #9DCFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCFDB

Black with #9DCFDB

Text Example


Text Example

White with #9DCFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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