Html Css Color HEX #AFCBD2 Regent St Blue

📋 copy color: '#AFCBD2'

red 175 ◦ green 203 ◦ blue 210

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

Shades of Regent St Blue #AFCBD2

Tints of Regent St Blue #AFCBD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 35.71%

R = 29.76%
G = 34.52%
B = 35.71%

CMYK

 C value IS 0.17

 M value IS 0.03

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AFCBD2 (or 0xAFCBD2) is known color: Regent St Blue. HEX triplet: AF, CB and D2. RGB value is (175,203,210). Sum of RGB (Red+Green+Blue) = 175+203+210=588 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.76% from 588); Green value is 203 (79.69% from 255 or 34.52% from 588); Blue value is 210 (82.42% from 255 or 35.71% from 588); Max value from RGB is 210 - color contains mainly: blue. Hex color #AFCBD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCBD2 is #50342D. Grayscale: #C3C3C3. Windows color (decimal): -5256238 or 13814703. OLE color: 13814703.

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

Color convert

RGB 175 203 210 -
CMYK 0.17 0.03 0 0.18
HSL 192º 0.28% 0.75% -
HSV(B) 192º 0.17% 0.82% -
XYZ 50.67 56.48 69.2 -
YUV 195.43 136.22 113.43 -
System Red Green Blue C M Y K H S L
Decimal 175 203 210 0.17 0.03 0 0.18 192 0.28 0.75
Hex AF CB D2 11 3 0 12 C0 1C 4B
Octal 257 313 322 21 3 0 22 300 34 113
Binary 10101111 11001011 11010010 10001 11 0 10010 11000000 11100 1001011

Color Harmonies of #AFCBD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCBD2

Black with #AFCBD2

Text Example


Text Example

White with #AFCBD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCBD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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