Html Css Color HEX #A1CDDC Regent St Blue

📋 copy color: '#A1CDDC'

red 161 ◦ green 205 ◦ blue 220

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

Shades of Regent St Blue #A1CDDC

Tints of Regent St Blue #A1CDDC

RGB

 RED value IS 161 (63.28% from 255) = 27.47%

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

 BLUE value IS 220 (86.33% from 255) = 37.54%

R = 27.47%
G = 34.98%
B = 37.54%

CMYK

 C value IS 0.27

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A1CDDC (or 0xA1CDDC) is known color: Regent St Blue. HEX triplet: A1, CD and DC. RGB value is (161,205,220). Sum of RGB (Red+Green+Blue) = 161+205+220=586 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.47% from 586); Green value is 205 (80.47% from 255 or 34.98% from 586); Blue value is 220 (86.33% from 255 or 37.54% from 586); Max value from RGB is 220 - color contains mainly: blue. Hex color #A1CDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CDDC is #5E3223. Grayscale: #C1C1C1. Windows color (decimal): -6173220 or 14470561. OLE color: 14470561.

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

Color convert

RGB 161 205 220 -
CMYK 0.27 0.07 0 0.14
HSL 195.25º 0.46% 0.75% -
HSV(B) 195.25º 0.27% 0.86% -
XYZ 49.45 56.41 75.99 -
YUV 193.55 142.92 104.78 -
System Red Green Blue C M Y K H S L
Decimal 161 205 220 0.27 0.07 0 0.14 195.25 0.46 0.75
Hex A1 CD DC 1B 7 0 E C3 2E 4B
Octal 241 315 334 33 7 0 16 303 56 113
Binary 10100001 11001101 11011100 11011 111 0 1110 11000011 101110 1001011

Color Harmonies of #A1CDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CDDC

Black with #A1CDDC

Text Example


Text Example

White with #A1CDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CDDC; }

 p { color: rgb(161,205,220); }

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

background-color css

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

 a { background-color: rgb(161,205,220); }

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

border-color css

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

 span { border-color: rgb(161,205,220); }

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