Html Css Color HEX #A2CFDC Regent St Blue

📋 copy color: '#A2CFDC'

red 162 ◦ green 207 ◦ blue 220

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

Shades of Regent St Blue #A2CFDC

Tints of Regent St Blue #A2CFDC

RGB

 RED value IS 162 (63.67% from 255) = 27.5%

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

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

R = 27.5%
G = 35.14%
B = 37.35%

CMYK

 C value IS 0.26

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A2CFDC (or 0xA2CFDC) is known color: Regent St Blue. HEX triplet: A2, CF and DC. RGB value is (162,207,220). Sum of RGB (Red+Green+Blue) = 162+207+220=589 (78% of max value = 765). Red value is 162 (63.67% from 255 or 27.50% from 589); Green value is 207 (81.25% from 255 or 35.14% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 220 - color contains mainly: blue. Hex color #A2CFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2CFDC is #5D3023. Grayscale: #C2C2C2. Windows color (decimal): -6107172 or 14471074. OLE color: 14471074.

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

Color convert

RGB 162 207 220 -
CMYK 0.26 0.06 0 0.14
HSL 193.45º 0.45% 0.75% -
HSV(B) 193.45º 0.26% 0.86% -
XYZ 50.13 57.47 76.16 -
YUV 195.03 142.09 104.44 -
System Red Green Blue C M Y K H S L
Decimal 162 207 220 0.26 0.06 0 0.14 193.45 0.45 0.75
Hex A2 CF DC 1A 6 0 E C1 2D 4B
Octal 242 317 334 32 6 0 16 301 55 113
Binary 10100010 11001111 11011100 11010 110 0 1110 11000001 101101 1001011

Color Harmonies of #A2CFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2CFDC

Black with #A2CFDC

Text Example


Text Example

White with #A2CFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2CFDC; }

 p { color: rgb(162,207,220); }

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

background-color css

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

 a { background-color: rgb(162,207,220); }

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

border-color css

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

 span { border-color: rgb(162,207,220); }

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