Html Css Color HEX #AFCBDB Spindle

📋 copy color: '#AFCBDB'

red 175 ◦ green 203 ◦ blue 219

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

Shades of Spindle #AFCBDB

Tints of Spindle #AFCBDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.68%

R = 29.31%
G = 34%
B = 36.68%

CMYK

 C value IS 0.20

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AFCBDB (or 0xAFCBDB) is known color: Spindle. HEX triplet: AF, CB and DB. RGB value is (175,203,219). Sum of RGB (Red+Green+Blue) = 175+203+219=597 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.31% from 597); Green value is 203 (79.69% from 255 or 34.00% from 597); Blue value is 219 (85.94% from 255 or 36.68% from 597); Max value from RGB is 219 - color contains mainly: blue. Hex color #AFCBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCBDB is #503424. Grayscale: #C4C4C4. Windows color (decimal): -5256229 or 14404527. OLE color: 14404527.

HSL color Cylindrical-coordinate representation of color #AFCBDB: hue angle of 201.82º degrees, saturation: 0.38, 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 #AFCBDB is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 203 219 -
CMYK 0.20 0.07 0 0.14
HSL 201.82º 0.38% 0.77% -
HSV(B) 201.82º 0.2% 0.86% -
XYZ 51.82 56.94 75.28 -
YUV 196.45 140.72 112.7 -
System Red Green Blue C M Y K H S L
Decimal 175 203 219 0.20 0.07 0 0.14 201.82 0.38 0.77
Hex AF CB DB 14 7 0 E CA 26 4D
Octal 257 313 333 24 7 0 16 312 46 115
Binary 10101111 11001011 11011011 10100 111 0 1110 11001010 100110 1001101

Color Harmonies of #AFCBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCBDB

Black with #AFCBDB

Text Example


Text Example

White with #AFCBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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