Html Css Color HEX #A8C7DA Regent St Blue

📋 copy color: '#A8C7DA'

red 168 ◦ green 199 ◦ blue 218

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

Shades of Regent St Blue #A8C7DA

Tints of Regent St Blue #A8C7DA

RGB

 RED value IS 168 (66.02% from 255) = 28.72%

 GREEN value IS 199 (78.13% from 255) = 34.02%

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

R = 28.72%
G = 34.02%
B = 37.26%

CMYK

 C value IS 0.23

 M value IS 0.09

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A8C7DA (or 0xA8C7DA) is known color: Regent St Blue. HEX triplet: A8, C7 and DA. RGB value is (168,199,218). Sum of RGB (Red+Green+Blue) = 168+199+218=585 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.72% from 585); Green value is 199 (78.12% from 255 or 34.02% from 585); Blue value is 218 (85.55% from 255 or 37.26% from 585); Max value from RGB is 218 - color contains mainly: blue. Hex color #A8C7DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8C7DA is #573825. Grayscale: #BFBFBF. Windows color (decimal): -5716006 or 14337960. OLE color: 14337960.

HSL color Cylindrical-coordinate representation of color #A8C7DA: hue angle of 202.8º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8C7DA is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 199 218 -
CMYK 0.23 0.09 0 0.15
HSL 202.8º 0.4% 0.76% -
HSV(B) 202.8º 0.23% 0.85% -
XYZ 49.23 54.23 74.2 -
YUV 191.9 142.73 110.96 -
System Red Green Blue C M Y K H S L
Decimal 168 199 218 0.23 0.09 0 0.15 202.8 0.4 0.76
Hex A8 C7 DA 17 9 0 F CB 28 4C
Octal 250 307 332 27 11 0 17 313 50 114
Binary 10101000 11000111 11011010 10111 1001 0 1111 11001011 101000 1001100

Color Harmonies of #A8C7DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C7DA

Black with #A8C7DA

Text Example


Text Example

White with #A8C7DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C7DA; }

 p { color: rgb(168,199,218); }

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

background-color css

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

 a { background-color: rgb(168,199,218); }

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

border-color css

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

 span { border-color: rgb(168,199,218); }

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