Html Css Color HEX #AFCDD6 Regent St Blue

📋 copy color: '#AFCDD6'

red 175 ◦ green 205 ◦ blue 214

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

Shades of Regent St Blue #AFCDD6

Tints of Regent St Blue #AFCDD6

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.51%

 BLUE value IS 214 (83.98% from 255) = 36.03%

R = 29.46%
G = 34.51%
B = 36.03%

CMYK

 C value IS 0.18

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AFCDD6 (or 0xAFCDD6) is known color: Regent St Blue. HEX triplet: AF, CD and D6. RGB value is (175,205,214). Sum of RGB (Red+Green+Blue) = 175+205+214=594 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.46% from 594); Green value is 205 (80.47% from 255 or 34.51% from 594); Blue value is 214 (83.98% from 255 or 36.03% from 594); Max value from RGB is 214 - color contains mainly: blue. Hex color #AFCDD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCDD6 is #503229. Grayscale: #C4C4C4. Windows color (decimal): -5255722 or 14077359. OLE color: 14077359.

HSL color Cylindrical-coordinate representation of color #AFCDD6: hue angle of 193.85º degrees, saturation: 0.32, 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 #AFCDD6 is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 205 214 -
CMYK 0.18 0.04 0 0.16
HSL 193.85º 0.32% 0.76% -
HSV(B) 193.85º 0.18% 0.84% -
XYZ 51.65 57.63 72.02 -
YUV 197.06 137.56 112.27 -
System Red Green Blue C M Y K H S L
Decimal 175 205 214 0.18 0.04 0 0.16 193.85 0.32 0.76
Hex AF CD D6 12 4 0 10 C2 20 4C
Octal 257 315 326 22 4 0 20 302 40 114
Binary 10101111 11001101 11010110 10010 100 0 10000 11000010 100000 1001100

Color Harmonies of #AFCDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCDD6

Black with #AFCDD6

Text Example


Text Example

White with #AFCDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCDD6; }

 p { color: rgb(175,205,214); }

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

background-color css

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

 a { background-color: rgb(175,205,214); }

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

border-color css

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

 span { border-color: rgb(175,205,214); }

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