Html Css Color HEX #AFCBD0 Regent St Blue

📋 copy color: '#AFCBD0'

red 175 ◦ green 203 ◦ blue 208

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

Shades of Regent St Blue #AFCBD0

Tints of Regent St Blue #AFCBD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 35.49%

R = 29.86%
G = 34.64%
B = 35.49%

CMYK

 C value IS 0.16

 M value IS 0.02

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AFCBD0 (or 0xAFCBD0) is known color: Regent St Blue. HEX triplet: AF, CB and D0. RGB value is (175,203,208). Sum of RGB (Red+Green+Blue) = 175+203+208=586 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.86% from 586); Green value is 203 (79.69% from 255 or 34.64% from 586); Blue value is 208 (81.64% from 255 or 35.49% from 586); Max value from RGB is 208 - color contains mainly: blue. Hex color #AFCBD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCBD0 is #50342F. Grayscale: #C3C3C3. Windows color (decimal): -5256240 or 13683631. OLE color: 13683631.

HSL color Cylindrical-coordinate representation of color #AFCBD0: hue angle of 189.09º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AFCBD0 is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 203 208 -
CMYK 0.16 0.02 0 0.18
HSL 189.09º 0.26% 0.75% -
HSV(B) 189.09º 0.16% 0.82% -
XYZ 50.42 56.38 67.9 -
YUV 195.2 135.22 113.59 -
System Red Green Blue C M Y K H S L
Decimal 175 203 208 0.16 0.02 0 0.18 189.09 0.26 0.75
Hex AF CB D0 10 2 0 12 BD 1A 4B
Octal 257 313 320 20 2 0 22 275 32 113
Binary 10101111 11001011 11010000 10000 10 0 10010 10111101 11010 1001011

Color Harmonies of #AFCBD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCBD0

Black with #AFCBD0

Text Example


Text Example

White with #AFCBD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCBD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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