Html Css Color HEX #AFDCDB Powder Blue

📋 copy color: '#AFDCDB'

red 175 ◦ green 220 ◦ blue 219

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

Shades of Powder Blue #AFDCDB

Tints of Powder Blue #AFDCDB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.83%

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

R = 28.5%
G = 35.83%
B = 35.67%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#AFDCDB (or 0xAFDCDB) is known color: Powder Blue. HEX triplet: AF, DC and DB. RGB value is (175,220,219). Sum of RGB (Red+Green+Blue) = 175+220+219=614 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.50% from 614); Green value is 220 (86.33% from 255 or 35.83% from 614); Blue value is 219 (85.94% from 255 or 35.67% from 614); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDCDB is #502324. Grayscale: #CECECE. Windows color (decimal): -5251877 or 14408879. OLE color: 14408879.

HSL color Cylindrical-coordinate representation of color #AFDCDB: hue angle of 178.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 #AFDCDB is Cyan = 0.20, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 220 219 -
CMYK 0.20 0 0.00 0.14
HSL 178.67º 0.39% 0.77% -
HSV(B) 178.67º 0.2% 0.86% -
XYZ 56.06 65.41 76.69 -
YUV 206.43 135.09 105.58 -
System Red Green Blue C M Y K H S L
Decimal 175 220 219 0.20 0 0.00 0.14 178.67 0.39 0.77
Hex AF DC DB 14 0 0 E B3 27 4D
Octal 257 334 333 24 0 0 16 263 47 115
Binary 10101111 11011100 11011011 10100 0 0 1110 10110011 100111 1001101

Color Harmonies of #AFDCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDCDB

Black with #AFDCDB

Text Example


Text Example

White with #AFDCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDCDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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