Html Css Color HEX #A8C5CF Regent St Blue

📋 copy color: '#A8C5CF'

red 168 ◦ green 197 ◦ blue 207

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

Shades of Regent St Blue #A8C5CF

Tints of Regent St Blue #A8C5CF

RGB

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

 GREEN value IS 197 (77.34% from 255) = 34.44%

 BLUE value IS 207 (81.25% from 255) = 36.19%

R = 29.37%
G = 34.44%
B = 36.19%

CMYK

 C value IS 0.19

 M value IS 0.05

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A8C5CF (or 0xA8C5CF) is known color: Regent St Blue. HEX triplet: A8, C5 and CF. RGB value is (168,197,207). Sum of RGB (Red+Green+Blue) = 168+197+207=572 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.37% from 572); Green value is 197 (77.34% from 255 or 34.44% from 572); Blue value is 207 (81.25% from 255 or 36.19% from 572); Max value from RGB is 207 - color contains mainly: blue. Hex color #A8C5CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8C5CF is #573A30. Grayscale: #BDBDBD. Windows color (decimal): -5716529 or 13616552. OLE color: 13616552.

HSL color Cylindrical-coordinate representation of color #A8C5CF: hue angle of 195.38º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A8C5CF is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 168 197 207 -
CMYK 0.19 0.05 0 0.19
HSL 195.38º 0.29% 0.74% -
HSV(B) 195.38º 0.19% 0.81% -
XYZ 47.38 52.76 66.72 -
YUV 189.47 137.89 112.69 -
System Red Green Blue C M Y K H S L
Decimal 168 197 207 0.19 0.05 0 0.19 195.38 0.29 0.74
Hex A8 C5 CF 13 5 0 13 C3 1D 4A
Octal 250 305 317 23 5 0 23 303 35 112
Binary 10101000 11000101 11001111 10011 101 0 10011 11000011 11101 1001010

Color Harmonies of #A8C5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C5CF

Black with #A8C5CF

Text Example


Text Example

White with #A8C5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C5CF; }

 p { color: rgb(168,197,207); }

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

background-color css

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

 a { background-color: rgb(168,197,207); }

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

border-color css

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

 span { border-color: rgb(168,197,207); }

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