Html Css Color HEX #9FD0DD Regent St Blue

📋 copy color: '#9FD0DD'

red 159 ◦ green 208 ◦ blue 221

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

Shades of Regent St Blue #9FD0DD

Tints of Regent St Blue #9FD0DD

RGB

 RED value IS 159 (62.5% from 255) = 27.04%

 GREEN value IS 208 (81.64% from 255) = 35.37%

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

R = 27.04%
G = 35.37%
B = 37.59%

CMYK

 C value IS 0.28

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9FD0DD (or 0x9FD0DD) is known color: Regent St Blue. HEX triplet: 9F, D0 and DD. RGB value is (159,208,221). Sum of RGB (Red+Green+Blue) = 159+208+221=588 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.04% from 588); Green value is 208 (81.64% from 255 or 35.37% from 588); Blue value is 221 (86.72% from 255 or 37.59% from 588); Max value from RGB is 221 - color contains mainly: blue. Hex color #9FD0DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FD0DD is #602F22. Grayscale: #C2C2C2. Windows color (decimal): -6303523 or 14536863. OLE color: 14536863.

HSL color Cylindrical-coordinate representation of color #9FD0DD: hue angle of 192.58º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FD0DD is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 159 208 221 -
CMYK 0.28 0.06 0 0.13
HSL 192.58º 0.48% 0.75% -
HSV(B) 192.58º 0.28% 0.87% -
XYZ 49.91 57.7 76.91 -
YUV 194.83 142.77 102.44 -
System Red Green Blue C M Y K H S L
Decimal 159 208 221 0.28 0.06 0 0.13 192.58 0.48 0.75
Hex 9F D0 DD 1C 6 0 D C1 30 4B
Octal 237 320 335 34 6 0 15 301 60 113
Binary 10011111 11010000 11011101 11100 110 0 1101 11000001 110000 1001011

Color Harmonies of #9FD0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FD0DD

Black with #9FD0DD

Text Example


Text Example

White with #9FD0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,208,221); }

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

background-color css

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

 a { background-color: rgb(159,208,221); }

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

border-color css

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

 span { border-color: rgb(159,208,221); }

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