Html Css Color HEX #A0CFDB Regent St Blue

📋 copy color: '#A0CFDB'

red 160 ◦ green 207 ◦ blue 219

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

Shades of Regent St Blue #A0CFDB

Tints of Regent St Blue #A0CFDB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 35.32%

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

R = 27.3%
G = 35.32%
B = 37.37%

CMYK

 C value IS 0.27

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A0CFDB (or 0xA0CFDB) is known color: Regent St Blue. HEX triplet: A0, CF and DB. RGB value is (160,207,219). Sum of RGB (Red+Green+Blue) = 160+207+219=586 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.30% from 586); Green value is 207 (81.25% from 255 or 35.32% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 219 - color contains mainly: blue. Hex color #A0CFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CFDB is #5F3024. Grayscale: #C2C2C2. Windows color (decimal): -6238245 or 14405536. OLE color: 14405536.

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

Color convert

RGB 160 207 219 -
CMYK 0.27 0.05 0 0.14
HSL 192.2º 0.45% 0.74% -
HSV(B) 192.2º 0.27% 0.86% -
XYZ 49.6 57.21 75.45 -
YUV 194.32 141.93 103.52 -
System Red Green Blue C M Y K H S L
Decimal 160 207 219 0.27 0.05 0 0.14 192.2 0.45 0.74
Hex A0 CF DB 1B 5 0 E C0 2D 4A
Octal 240 317 333 33 5 0 16 300 55 112
Binary 10100000 11001111 11011011 11011 101 0 1110 11000000 101101 1001010

Color Harmonies of #A0CFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CFDB

Black with #A0CFDB

Text Example


Text Example

White with #A0CFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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