Html Css Color HEX #AFCDD5 Regent St Blue

📋 copy color: '#AFCDD5'

red 175 ◦ green 205 ◦ blue 213

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

Shades of Regent St Blue #AFCDD5

Tints of Regent St Blue #AFCDD5

RGB

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

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

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

R = 29.51%
G = 34.57%
B = 35.92%

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

#AFCDD5 (or 0xAFCDD5) is known color: Regent St Blue. HEX triplet: AF, CD and D5. RGB value is (175,205,213). Sum of RGB (Red+Green+Blue) = 175+205+213=593 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.51% from 593); Green value is 205 (80.47% from 255 or 34.57% from 593); Blue value is 213 (83.59% from 255 or 35.92% from 593); Max value from RGB is 213 - color contains mainly: blue. Hex color #AFCDD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCDD5 is #50322A. Grayscale: #C4C4C4. Windows color (decimal): -5255723 or 14011823. OLE color: 14011823.

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

Color convert

RGB 175 205 213 -
CMYK 0.18 0.04 0 0.16
HSL 192.63º 0.31% 0.76% -
HSV(B) 192.63º 0.18% 0.84% -
XYZ 51.52 57.58 71.35 -
YUV 196.94 137.06 112.35 -
System Red Green Blue C M Y K H S L
Decimal 175 205 213 0.18 0.04 0 0.16 192.63 0.31 0.76
Hex AF CD D5 12 4 0 10 C1 1F 4C
Octal 257 315 325 22 4 0 20 301 37 114
Binary 10101111 11001101 11010101 10010 100 0 10000 11000001 11111 1001100

Color Harmonies of #AFCDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCDD5

Black with #AFCDD5

Text Example


Text Example

White with #AFCDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCDD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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