Html Css Color HEX #AFCED5 Regent St Blue

📋 copy color: '#AFCED5'

red 175 ◦ green 206 ◦ blue 213

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

Shades of Regent St Blue #AFCED5

Tints of Regent St Blue #AFCED5

RGB

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

 GREEN value IS 206 (80.86% from 255) = 34.68%

 BLUE value IS 213 (83.59% from 255) = 35.86%

R = 29.46%
G = 34.68%
B = 35.86%

CMYK

 C value IS 0.18

 M value IS 0.03

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AFCED5 (or 0xAFCED5) is known color: Regent St Blue. HEX triplet: AF, CE and D5. RGB value is (175,206,213). Sum of RGB (Red+Green+Blue) = 175+206+213=594 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.46% from 594); Green value is 206 (80.86% from 255 or 34.68% from 594); Blue value is 213 (83.59% from 255 or 35.86% from 594); Max value from RGB is 213 - color contains mainly: blue. Hex color #AFCED5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCED5 is #50312A. Grayscale: #C5C5C5. Windows color (decimal): -5255467 or 14012079. OLE color: 14012079.

HSL color Cylindrical-coordinate representation of color #AFCED5: hue angle of 191.05º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AFCED5 is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 206 213 -
CMYK 0.18 0.03 0 0.16
HSL 191.05º 0.31% 0.76% -
HSV(B) 191.05º 0.18% 0.84% -
XYZ 51.76 58.06 71.43 -
YUV 197.53 136.73 111.93 -
System Red Green Blue C M Y K H S L
Decimal 175 206 213 0.18 0.03 0 0.16 191.05 0.31 0.76
Hex AF CE D5 12 3 0 10 BF 1F 4C
Octal 257 316 325 22 3 0 20 277 37 114
Binary 10101111 11001110 11010101 10010 11 0 10000 10111111 11111 1001100

Color Harmonies of #AFCED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCED5

Black with #AFCED5

Text Example


Text Example

White with #AFCED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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