Html Css Color HEX #A0CDDB Regent St Blue

📋 copy color: '#A0CDDB'

red 160 ◦ green 205 ◦ blue 219

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

Shades of Regent St Blue #A0CDDB

Tints of Regent St Blue #A0CDDB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.1%

 BLUE value IS 219 (85.94% from 255) = 37.5%

R = 27.4%
G = 35.1%
B = 37.5%

CMYK

 C value IS 0.27

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A0CDDB (or 0xA0CDDB) is known color: Regent St Blue. HEX triplet: A0, CD and DB. RGB value is (160,205,219). Sum of RGB (Red+Green+Blue) = 160+205+219=584 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.40% from 584); Green value is 205 (80.47% from 255 or 35.10% from 584); Blue value is 219 (85.94% from 255 or 37.5% from 584); Max value from RGB is 219 - color contains mainly: blue. Hex color #A0CDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CDDB is #5F3224. Grayscale: #C1C1C1. Windows color (decimal): -6238757 or 14405024. OLE color: 14405024.

HSL color Cylindrical-coordinate representation of color #A0CDDB: hue angle of 194.24º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0CDDB is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 160 205 219 -
CMYK 0.27 0.06 0 0.14
HSL 194.24º 0.45% 0.74% -
HSV(B) 194.24º 0.27% 0.86% -
XYZ 49.11 56.25 75.29 -
YUV 193.14 142.59 104.36 -
System Red Green Blue C M Y K H S L
Decimal 160 205 219 0.27 0.06 0 0.14 194.24 0.45 0.74
Hex A0 CD DB 1B 6 0 E C2 2D 4A
Octal 240 315 333 33 6 0 16 302 55 112
Binary 10100000 11001101 11011011 11011 110 0 1110 11000010 101101 1001010

Color Harmonies of #A0CDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CDDB

Black with #A0CDDB

Text Example


Text Example

White with #A0CDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CDDB; }

 p { color: rgb(160,205,219); }

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

background-color css

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

 a { background-color: rgb(160,205,219); }

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

border-color css

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

 span { border-color: rgb(160,205,219); }

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