Html Css Color HEX #AFC8CE Regent St Blue

📋 copy color: '#AFC8CE'

red 175 ◦ green 200 ◦ blue 206

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

Shades of Regent St Blue #AFC8CE

Tints of Regent St Blue #AFC8CE

RGB

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

 GREEN value IS 200 (78.52% from 255) = 34.42%

 BLUE value IS 206 (80.86% from 255) = 35.46%

R = 30.12%
G = 34.42%
B = 35.46%

CMYK

 C value IS 0.15

 M value IS 0.03

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AFC8CE (or 0xAFC8CE) is known color: Regent St Blue. HEX triplet: AF, C8 and CE. RGB value is (175,200,206). Sum of RGB (Red+Green+Blue) = 175+200+206=581 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.12% from 581); Green value is 200 (78.52% from 255 or 34.42% from 581); Blue value is 206 (80.86% from 255 or 35.46% from 581); Max value from RGB is 206 - color contains mainly: blue. Hex color #AFC8CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC8CE is #503731. Grayscale: #C1C1C1. Windows color (decimal): -5257010 or 13551791. OLE color: 13551791.

HSL color Cylindrical-coordinate representation of color #AFC8CE: hue angle of 191.61º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFC8CE is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 200 206 -
CMYK 0.15 0.03 0 0.19
HSL 191.61º 0.24% 0.75% -
HSV(B) 191.61º 0.15% 0.81% -
XYZ 49.47 54.88 66.38 -
YUV 193.21 135.22 115.01 -
System Red Green Blue C M Y K H S L
Decimal 175 200 206 0.15 0.03 0 0.19 191.61 0.24 0.75
Hex AF C8 CE F 3 0 13 C0 18 4B
Octal 257 310 316 17 3 0 23 300 30 113
Binary 10101111 11001000 11001110 1111 11 0 10011 11000000 11000 1001011

Color Harmonies of #AFC8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC8CE

Black with #AFC8CE

Text Example


Text Example

White with #AFC8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC8CE; }

 p { color: rgb(175,200,206); }

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

background-color css

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

 a { background-color: rgb(175,200,206); }

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

border-color css

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

 span { border-color: rgb(175,200,206); }

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