Html Css Color HEX #AFCBDC Spindle

📋 copy color: '#AFCBDC'

red 175 ◦ green 203 ◦ blue 220

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

Shades of Spindle #AFCBDC

Tints of Spindle #AFCBDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.79%

R = 29.26%
G = 33.95%
B = 36.79%

CMYK

 C value IS 0.20

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AFCBDC (or 0xAFCBDC) is known color: Spindle. HEX triplet: AF, CB and DC. RGB value is (175,203,220). Sum of RGB (Red+Green+Blue) = 175+203+220=598 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.26% from 598); Green value is 203 (79.69% from 255 or 33.95% from 598); Blue value is 220 (86.33% from 255 or 36.79% from 598); Max value from RGB is 220 - color contains mainly: blue. Hex color #AFCBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCBDC is #503423. Grayscale: #C4C4C4. Windows color (decimal): -5256228 or 14470063. OLE color: 14470063.

HSL color Cylindrical-coordinate representation of color #AFCBDC: hue angle of 202.67º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFCBDC is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 203 220 -
CMYK 0.20 0.08 0 0.14
HSL 202.67º 0.39% 0.77% -
HSV(B) 202.67º 0.2% 0.86% -
XYZ 51.95 56.99 75.97 -
YUV 196.57 141.22 112.62 -
System Red Green Blue C M Y K H S L
Decimal 175 203 220 0.20 0.08 0 0.14 202.67 0.39 0.77
Hex AF CB DC 14 8 0 E CB 27 4D
Octal 257 313 334 24 10 0 16 313 47 115
Binary 10101111 11001011 11011100 10100 1000 0 1110 11001011 100111 1001101

Color Harmonies of #AFCBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCBDC

Black with #AFCBDC

Text Example


Text Example

White with #AFCBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCBDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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