Html Css Color HEX #A7C7DA Regent St Blue

📋 copy color: '#A7C7DA'

red 167 ◦ green 199 ◦ blue 218

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

Shades of Regent St Blue #A7C7DA

Tints of Regent St Blue #A7C7DA

RGB

 RED value IS 167 (65.63% from 255) = 28.6%

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

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

R = 28.6%
G = 34.08%
B = 37.33%

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

#A7C7DA (or 0xA7C7DA) is known color: Regent St Blue. HEX triplet: A7, C7 and DA. RGB value is (167,199,218). Sum of RGB (Red+Green+Blue) = 167+199+218=584 (77% of max value = 765). Red value is 167 (65.62% from 255 or 28.60% from 584); Green value is 199 (78.12% from 255 or 34.08% 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 #A7C7DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7C7DA is #583825. Grayscale: #BFBFBF. Windows color (decimal): -5781542 or 14337959. OLE color: 14337959.

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

Color convert

RGB 167 199 218 -
CMYK 0.23 0.09 0 0.15
HSL 202.35º 0.41% 0.75% -
HSV(B) 202.35º 0.23% 0.85% -
XYZ 49.01 54.12 74.19 -
YUV 191.6 142.9 110.46 -
System Red Green Blue C M Y K H S L
Decimal 167 199 218 0.23 0.09 0 0.15 202.35 0.41 0.75
Hex A7 C7 DA 17 9 0 F CA 29 4B
Octal 247 307 332 27 11 0 17 312 51 113
Binary 10100111 11000111 11011010 10111 1001 0 1111 11001010 101001 1001011

Color Harmonies of #A7C7DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7C7DA

Black with #A7C7DA

Text Example


Text Example

White with #A7C7DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7C7DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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