Html Css Color HEX #A0CEDD Regent St Blue

📋 copy color: '#A0CEDD'

red 160 ◦ green 206 ◦ blue 221

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

Shades of Regent St Blue #A0CEDD

Tints of Regent St Blue #A0CEDD

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.09%

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

R = 27.26%
G = 35.09%
B = 37.65%

CMYK

 C value IS 0.28

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A0CEDD (or 0xA0CEDD) is known color: Regent St Blue. HEX triplet: A0, CE and DD. RGB value is (160,206,221). Sum of RGB (Red+Green+Blue) = 160+206+221=587 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.26% from 587); Green value is 206 (80.86% from 255 or 35.09% from 587); Blue value is 221 (86.72% from 255 or 37.65% from 587); Max value from RGB is 221 - color contains mainly: blue. Hex color #A0CEDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CEDD is #5F3122. Grayscale: #C1C1C1. Windows color (decimal): -6238499 or 14536352. OLE color: 14536352.

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

Color convert

RGB 160 206 221 -
CMYK 0.28 0.07 0 0.13
HSL 194.75º 0.47% 0.75% -
HSV(B) 194.75º 0.28% 0.87% -
XYZ 49.62 56.84 76.76 -
YUV 193.96 143.26 103.78 -
System Red Green Blue C M Y K H S L
Decimal 160 206 221 0.28 0.07 0 0.13 194.75 0.47 0.75
Hex A0 CE DD 1C 7 0 D C3 2F 4B
Octal 240 316 335 34 7 0 15 303 57 113
Binary 10100000 11001110 11011101 11100 111 0 1101 11000011 101111 1001011

Color Harmonies of #A0CEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CEDD

Black with #A0CEDD

Text Example


Text Example

White with #A0CEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CEDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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