Html Css Color HEX #A0CEDA Regent St Blue

📋 copy color: '#A0CEDA'

red 160 ◦ green 206 ◦ blue 218

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

Shades of Regent St Blue #A0CEDA

Tints of Regent St Blue #A0CEDA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.27%

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

R = 27.4%
G = 35.27%
B = 37.33%

CMYK

 C value IS 0.27

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A0CEDA (or 0xA0CEDA) is known color: Regent St Blue. HEX triplet: A0, CE and DA. RGB value is (160,206,218). Sum of RGB (Red+Green+Blue) = 160+206+218=584 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.40% from 584); Green value is 206 (80.86% from 255 or 35.27% from 584); Blue value is 218 (85.55% from 255 or 37.33% from 584); Max value from RGB is 218 - color contains mainly: blue. Hex color #A0CEDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CEDA is #5F3125. Grayscale: #C1C1C1. Windows color (decimal): -6238502 or 14339744. OLE color: 14339744.

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

Color convert

RGB 160 206 218 -
CMYK 0.27 0.06 0 0.15
HSL 192.41º 0.44% 0.74% -
HSV(B) 192.41º 0.27% 0.85% -
XYZ 49.22 56.68 74.68 -
YUV 193.61 141.76 104.02 -
System Red Green Blue C M Y K H S L
Decimal 160 206 218 0.27 0.06 0 0.15 192.41 0.44 0.74
Hex A0 CE DA 1B 6 0 F C0 2C 4A
Octal 240 316 332 33 6 0 17 300 54 112
Binary 10100000 11001110 11011010 11011 110 0 1111 11000000 101100 1001010

Color Harmonies of #A0CEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CEDA

Black with #A0CEDA

Text Example


Text Example

White with #A0CEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CEDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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