Html Css Color HEX #AFCBD6 Regent St Blue

📋 copy color: '#AFCBD6'

red 175 ◦ green 203 ◦ blue 214

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

Shades of Regent St Blue #AFCBD6

Tints of Regent St Blue #AFCBD6

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34.29%

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

R = 29.56%
G = 34.29%
B = 36.15%

CMYK

 C value IS 0.18

 M value IS 0.05

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AFCBD6 (or 0xAFCBD6) is known color: Regent St Blue. HEX triplet: AF, CB and D6. RGB value is (175,203,214). Sum of RGB (Red+Green+Blue) = 175+203+214=592 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.56% from 592); Green value is 203 (79.69% from 255 or 34.29% from 592); Blue value is 214 (83.98% from 255 or 36.15% from 592); Max value from RGB is 214 - color contains mainly: blue. Hex color #AFCBD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCBD6 is #503429. Grayscale: #C3C3C3. Windows color (decimal): -5256234 or 14076847. OLE color: 14076847.

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

Color convert

RGB 175 203 214 -
CMYK 0.18 0.05 0 0.16
HSL 196.92º 0.32% 0.76% -
HSV(B) 196.92º 0.18% 0.84% -
XYZ 51.17 56.68 71.86 -
YUV 195.88 138.22 113.11 -
System Red Green Blue C M Y K H S L
Decimal 175 203 214 0.18 0.05 0 0.16 196.92 0.32 0.76
Hex AF CB D6 12 5 0 10 C5 20 4C
Octal 257 313 326 22 5 0 20 305 40 114
Binary 10101111 11001011 11010110 10010 101 0 10000 11000101 100000 1001100

Color Harmonies of #AFCBD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCBD6

Black with #AFCBD6

Text Example


Text Example

White with #AFCBD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCBD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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