Html Css Color HEX #A2CFDB Regent St Blue

📋 copy color: '#A2CFDB'

red 162 ◦ green 207 ◦ blue 219

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

Shades of Regent St Blue #A2CFDB

Tints of Regent St Blue #A2CFDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.24%

R = 27.55%
G = 35.2%
B = 37.24%

CMYK

 C value IS 0.26

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A2CFDB (or 0xA2CFDB) is known color: Regent St Blue. HEX triplet: A2, CF and DB. RGB value is (162,207,219). Sum of RGB (Red+Green+Blue) = 162+207+219=588 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.55% from 588); Green value is 207 (81.25% from 255 or 35.20% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 219 - color contains mainly: blue. Hex color #A2CFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2CFDB is #5D3024. Grayscale: #C2C2C2. Windows color (decimal): -6107173 or 14405538. OLE color: 14405538.

HSL color Cylindrical-coordinate representation of color #A2CFDB: hue angle of 192.63º degrees, saturation: 0.44, 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 #A2CFDB is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 162 207 219 -
CMYK 0.26 0.05 0 0.14
HSL 192.63º 0.44% 0.75% -
HSV(B) 192.63º 0.26% 0.86% -
XYZ 50 57.42 75.47 -
YUV 194.91 141.59 104.52 -
System Red Green Blue C M Y K H S L
Decimal 162 207 219 0.26 0.05 0 0.14 192.63 0.44 0.75
Hex A2 CF DB 1A 5 0 E C1 2C 4B
Octal 242 317 333 32 5 0 16 301 54 113
Binary 10100010 11001111 11011011 11010 101 0 1110 11000001 101100 1001011

Color Harmonies of #A2CFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2CFDB

Black with #A2CFDB

Text Example


Text Example

White with #A2CFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2CFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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