Html Css Color HEX #A0CBDE Regent St Blue

📋 copy color: '#A0CBDE'

red 160 ◦ green 203 ◦ blue 222

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

Shades of Regent St Blue #A0CBDE

Tints of Regent St Blue #A0CBDE

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34.7%

 BLUE value IS 222 (87.11% from 255) = 37.95%

R = 27.35%
G = 34.7%
B = 37.95%

CMYK

 C value IS 0.28

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A0CBDE (or 0xA0CBDE) is known color: Regent St Blue. HEX triplet: A0, CB and DE. RGB value is (160,203,222). Sum of RGB (Red+Green+Blue) = 160+203+222=585 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.35% from 585); Green value is 203 (79.69% from 255 or 34.70% from 585); Blue value is 222 (87.11% from 255 or 37.95% from 585); Max value from RGB is 222 - color contains mainly: blue. Hex color #A0CBDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CBDE is #5F3421. Grayscale: #C0C0C0. Windows color (decimal): -6239266 or 14601120. OLE color: 14601120.

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

Color convert

RGB 160 203 222 -
CMYK 0.28 0.09 0 0.13
HSL 198.39º 0.48% 0.75% -
HSV(B) 198.39º 0.28% 0.87% -
XYZ 49.04 55.46 77.23 -
YUV 192.31 144.75 104.96 -
System Red Green Blue C M Y K H S L
Decimal 160 203 222 0.28 0.09 0 0.13 198.39 0.48 0.75
Hex A0 CB DE 1C 9 0 D C6 30 4B
Octal 240 313 336 34 11 0 15 306 60 113
Binary 10100000 11001011 11011110 11100 1001 0 1101 11000110 110000 1001011

Color Harmonies of #A0CBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CBDE

Black with #A0CBDE

Text Example


Text Example

White with #A0CBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CBDE; }

 p { color: rgb(160,203,222); }

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

background-color css

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

 a { background-color: rgb(160,203,222); }

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

border-color css

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

 span { border-color: rgb(160,203,222); }

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