Html Css Color HEX #9AD0DD Regent St Blue

📋 copy color: '#9AD0DD'

red 154 ◦ green 208 ◦ blue 221

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

Shades of Regent St Blue #9AD0DD

Tints of Regent St Blue #9AD0DD

RGB

 RED value IS 154 (60.55% from 255) = 26.42%

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

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

R = 26.42%
G = 35.68%
B = 37.91%

CMYK

 C value IS 0.30

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9AD0DD (or 0x9AD0DD) is known color: Regent St Blue. HEX triplet: 9A, D0 and DD. RGB value is (154,208,221). Sum of RGB (Red+Green+Blue) = 154+208+221=583 (77% of max value = 765). Red value is 154 (60.55% from 255 or 26.42% from 583); Green value is 208 (81.64% from 255 or 35.68% from 583); Blue value is 221 (86.72% from 255 or 37.91% from 583); Max value from RGB is 221 - color contains mainly: blue. Hex color #9AD0DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AD0DD is #652F22. Grayscale: #C1C1C1. Windows color (decimal): -6631203 or 14536858. OLE color: 14536858.

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

Color convert

RGB 154 208 221 -
CMYK 0.30 0.06 0 0.13
HSL 191.64º 0.5% 0.74% -
HSV(B) 191.64º 0.3% 0.87% -
XYZ 48.93 57.2 76.87 -
YUV 193.34 143.61 99.94 -
System Red Green Blue C M Y K H S L
Decimal 154 208 221 0.30 0.06 0 0.13 191.64 0.5 0.74
Hex 9A D0 DD 1E 6 0 D C0 32 4A
Octal 232 320 335 36 6 0 15 300 62 112
Binary 10011010 11010000 11011101 11110 110 0 1101 11000000 110010 1001010

Color Harmonies of #9AD0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AD0DD

Black with #9AD0DD

Text Example


Text Example

White with #9AD0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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