Html Css Color HEX #A0C8DA Regent St Blue

📋 copy color: '#A0C8DA'

red 160 ◦ green 200 ◦ blue 218

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

Shades of Regent St Blue #A0C8DA

Tints of Regent St Blue #A0C8DA

RGB

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

 GREEN value IS 200 (78.52% from 255) = 34.6%

 BLUE value IS 218 (85.55% from 255) = 37.72%

R = 27.68%
G = 34.6%
B = 37.72%

CMYK

 C value IS 0.27

 M value IS 0.08

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A0C8DA (or 0xA0C8DA) is known color: Regent St Blue. HEX triplet: A0, C8 and DA. RGB value is (160,200,218). Sum of RGB (Red+Green+Blue) = 160+200+218=578 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.68% from 578); Green value is 200 (78.52% from 255 or 34.60% from 578); Blue value is 218 (85.55% from 255 or 37.72% from 578); Max value from RGB is 218 - color contains mainly: blue. Hex color #A0C8DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0C8DA is #5F3725. Grayscale: #BDBDBD. Windows color (decimal): -6240038 or 14338208. OLE color: 14338208.

HSL color Cylindrical-coordinate representation of color #A0C8DA: hue angle of 198.62º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0C8DA is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 200 218 -
CMYK 0.27 0.08 0 0.15
HSL 198.62º 0.44% 0.74% -
HSV(B) 198.62º 0.27% 0.85% -
XYZ 47.81 53.84 74.2 -
YUV 190.09 143.75 106.54 -
System Red Green Blue C M Y K H S L
Decimal 160 200 218 0.27 0.08 0 0.15 198.62 0.44 0.74
Hex A0 C8 DA 1B 8 0 F C7 2C 4A
Octal 240 310 332 33 10 0 17 307 54 112
Binary 10100000 11001000 11011010 11011 1000 0 1111 11000111 101100 1001010

Color Harmonies of #A0C8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C8DA

Black with #A0C8DA

Text Example


Text Example

White with #A0C8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C8DA; }

 p { color: rgb(160,200,218); }

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

background-color css

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

 a { background-color: rgb(160,200,218); }

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

border-color css

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

 span { border-color: rgb(160,200,218); }

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