Html Css Color HEX #A2CBDA Regent St Blue

📋 copy color: '#A2CBDA'

red 162 ◦ green 203 ◦ blue 218

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

Shades of Regent St Blue #A2CBDA

Tints of Regent St Blue #A2CBDA

RGB

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

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

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

R = 27.79%
G = 34.82%
B = 37.39%

CMYK

 C value IS 0.26

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A2CBDA (or 0xA2CBDA) is known color: Regent St Blue. HEX triplet: A2, CB and DA. RGB value is (162,203,218). Sum of RGB (Red+Green+Blue) = 162+203+218=583 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.79% from 583); Green value is 203 (79.69% from 255 or 34.82% from 583); Blue value is 218 (85.55% from 255 or 37.39% from 583); Max value from RGB is 218 - color contains mainly: blue. Hex color #A2CBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2CBDA is #5D3425. Grayscale: #C0C0C0. Windows color (decimal): -6108198 or 14338978. OLE color: 14338978.

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

Color convert

RGB 162 203 218 -
CMYK 0.26 0.07 0 0.15
HSL 196.07º 0.43% 0.75% -
HSV(B) 196.07º 0.26% 0.85% -
XYZ 48.91 55.46 74.46 -
YUV 192.45 142.42 106.28 -
System Red Green Blue C M Y K H S L
Decimal 162 203 218 0.26 0.07 0 0.15 196.07 0.43 0.75
Hex A2 CB DA 1A 7 0 F C4 2B 4B
Octal 242 313 332 32 7 0 17 304 53 113
Binary 10100010 11001011 11011010 11010 111 0 1111 11000100 101011 1001011

Color Harmonies of #A2CBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2CBDA

Black with #A2CBDA

Text Example


Text Example

White with #A2CBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2CBDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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