Html Css Color HEX #A2CCDA Regent St Blue

📋 copy color: '#A2CCDA'

red 162 ◦ green 204 ◦ blue 218

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

Shades of Regent St Blue #A2CCDA

Tints of Regent St Blue #A2CCDA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.93%

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

R = 27.74%
G = 34.93%
B = 37.33%

CMYK

 C value IS 0.26

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A2CCDA (or 0xA2CCDA) is known color: Regent St Blue. HEX triplet: A2, CC and DA. RGB value is (162,204,218). Sum of RGB (Red+Green+Blue) = 162+204+218=584 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.74% from 584); Green value is 204 (80.08% from 255 or 34.93% 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 #A2CCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2CCDA is #5D3325. Grayscale: #C0C0C0. Windows color (decimal): -6107942 or 14339234. OLE color: 14339234.

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

Color convert

RGB 162 204 218 -
CMYK 0.26 0.06 0 0.15
HSL 195º 0.43% 0.75% -
HSV(B) 195º 0.26% 0.85% -
XYZ 49.15 55.93 74.53 -
YUV 193.04 142.09 105.86 -
System Red Green Blue C M Y K H S L
Decimal 162 204 218 0.26 0.06 0 0.15 195 0.43 0.75
Hex A2 CC DA 1A 6 0 F C3 2B 4B
Octal 242 314 332 32 6 0 17 303 53 113
Binary 10100010 11001100 11011010 11010 110 0 1111 11000011 101011 1001011

Color Harmonies of #A2CCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2CCDA

Black with #A2CCDA

Text Example


Text Example

White with #A2CCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2CCDA; }

 p { color: rgb(162,204,218); }

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

background-color css

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

 a { background-color: rgb(162,204,218); }

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

border-color css

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

 span { border-color: rgb(162,204,218); }

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