Html Css Color HEX #A0CCDD Regent St Blue

📋 copy color: '#A0CCDD'

red 160 ◦ green 204 ◦ blue 221

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

Shades of Regent St Blue #A0CCDD

Tints of Regent St Blue #A0CCDD

RGB

 RED value IS 160 (62.89% from 255) = 27.35%

 GREEN value IS 204 (80.08% from 255) = 34.87%

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

R = 27.35%
G = 34.87%
B = 37.78%

CMYK

 C value IS 0.28

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A0CCDD (or 0xA0CCDD) is known color: Regent St Blue. HEX triplet: A0, CC and DD. RGB value is (160,204,221). Sum of RGB (Red+Green+Blue) = 160+204+221=585 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.35% from 585); Green value is 204 (80.08% from 255 or 34.87% from 585); Blue value is 221 (86.72% from 255 or 37.78% from 585); Max value from RGB is 221 - color contains mainly: blue. Hex color #A0CCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CCDD is #5F3322. Grayscale: #C0C0C0. Windows color (decimal): -6239011 or 14535840. OLE color: 14535840.

HSL color Cylindrical-coordinate representation of color #A0CCDD: hue angle of 196.72º degrees, saturation: 0.47, 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 #A0CCDD is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 204 221 -
CMYK 0.28 0.08 0 0.13
HSL 196.72º 0.47% 0.75% -
HSV(B) 196.72º 0.28% 0.87% -
XYZ 49.14 55.88 76.6 -
YUV 192.78 143.92 104.62 -
System Red Green Blue C M Y K H S L
Decimal 160 204 221 0.28 0.08 0 0.13 196.72 0.47 0.75
Hex A0 CC DD 1C 8 0 D C5 2F 4B
Octal 240 314 335 34 10 0 15 305 57 113
Binary 10100000 11001100 11011101 11100 1000 0 1101 11000101 101111 1001011

Color Harmonies of #A0CCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CCDD

Black with #A0CCDD

Text Example


Text Example

White with #A0CCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CCDD; }

 p { color: rgb(160,204,221); }

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

background-color css

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

 a { background-color: rgb(160,204,221); }

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

border-color css

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

 span { border-color: rgb(160,204,221); }

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