Html Css Color HEX #A0CADA Regent St Blue

📋 copy color: '#A0CADA'

red 160 ◦ green 202 ◦ blue 218

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

Shades of Regent St Blue #A0CADA

Tints of Regent St Blue #A0CADA

RGB

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

 GREEN value IS 202 (79.3% from 255) = 34.83%

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

R = 27.59%
G = 34.83%
B = 37.59%

CMYK

 C value IS 0.27

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A0CADA (or 0xA0CADA) is known color: Regent St Blue. HEX triplet: A0, CA and DA. RGB value is (160,202,218). Sum of RGB (Red+Green+Blue) = 160+202+218=580 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.59% from 580); Green value is 202 (79.30% from 255 or 34.83% from 580); Blue value is 218 (85.55% from 255 or 37.59% from 580); Max value from RGB is 218 - color contains mainly: blue. Hex color #A0CADA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CADA is #5F3525. Grayscale: #BFBFBF. Windows color (decimal): -6239526 or 14338720. OLE color: 14338720.

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

Color convert

RGB 160 202 218 -
CMYK 0.27 0.07 0 0.15
HSL 196.55º 0.44% 0.74% -
HSV(B) 196.55º 0.27% 0.85% -
XYZ 48.27 54.78 74.36 -
YUV 191.27 143.09 105.7 -
System Red Green Blue C M Y K H S L
Decimal 160 202 218 0.27 0.07 0 0.15 196.55 0.44 0.74
Hex A0 CA DA 1B 7 0 F C5 2C 4A
Octal 240 312 332 33 7 0 17 305 54 112
Binary 10100000 11001010 11011010 11011 111 0 1111 11000101 101100 1001010

Color Harmonies of #A0CADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CADA

Black with #A0CADA

Text Example


Text Example

White with #A0CADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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