Html Css Color HEX #AFC7D0 Regent St Blue

📋 copy color: '#AFC7D0'

red 175 ◦ green 199 ◦ blue 208

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

Shades of Regent St Blue #AFC7D0

Tints of Regent St Blue #AFC7D0

RGB

 RED value IS 175 (68.75% from 255) = 30.07%

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

 BLUE value IS 208 (81.64% from 255) = 35.74%

R = 30.07%
G = 34.19%
B = 35.74%

CMYK

 C value IS 0.16

 M value IS 0.04

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AFC7D0 (or 0xAFC7D0) is known color: Regent St Blue. HEX triplet: AF, C7 and D0. RGB value is (175,199,208). Sum of RGB (Red+Green+Blue) = 175+199+208=582 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.07% from 582); Green value is 199 (78.12% from 255 or 34.19% from 582); Blue value is 208 (81.64% from 255 or 35.74% from 582); Max value from RGB is 208 - color contains mainly: blue. Hex color #AFC7D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC7D0 is #50382F. Grayscale: #C0C0C0. Windows color (decimal): -5257264 or 13682607. OLE color: 13682607.

HSL color Cylindrical-coordinate representation of color #AFC7D0: hue angle of 196.36º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AFC7D0 is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 199 208 -
CMYK 0.16 0.04 0 0.18
HSL 196.36º 0.26% 0.75% -
HSV(B) 196.36º 0.16% 0.82% -
XYZ 49.49 54.51 67.59 -
YUV 192.85 136.55 115.27 -
System Red Green Blue C M Y K H S L
Decimal 175 199 208 0.16 0.04 0 0.18 196.36 0.26 0.75
Hex AF C7 D0 10 4 0 12 C4 1A 4B
Octal 257 307 320 20 4 0 22 304 32 113
Binary 10101111 11000111 11010000 10000 100 0 10010 11000100 11010 1001011

Color Harmonies of #AFC7D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC7D0

Black with #AFC7D0

Text Example


Text Example

White with #AFC7D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC7D0; }

 p { color: rgb(175,199,208); }

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

background-color css

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

 a { background-color: rgb(175,199,208); }

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

border-color css

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

 span { border-color: rgb(175,199,208); }

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