Html Css Color HEX #AFDFE5 Powder Blue

📋 copy color: '#AFDFE5'

red 175 ◦ green 223 ◦ blue 229

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

Shades of Powder Blue #AFDFE5

Tints of Powder Blue #AFDFE5

RGB

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

 GREEN value IS 223 (87.5% from 255) = 35.57%

 BLUE value IS 229 (89.84% from 255) = 36.52%

R = 27.91%
G = 35.57%
B = 36.52%

CMYK

 C value IS 0.24

 M value IS 0.03

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AFDFE5 (or 0xAFDFE5) is known color: Powder Blue. HEX triplet: AF, DF and E5. RGB value is (175,223,229). Sum of RGB (Red+Green+Blue) = 175+223+229=627 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.91% from 627); Green value is 223 (87.5% from 255 or 35.57% from 627); Blue value is 229 (89.84% from 255 or 36.52% from 627); Max value from RGB is 229 - color contains mainly: blue. Hex color #AFDFE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDFE5 is #50201A. Grayscale: #D1D1D1. Windows color (decimal): -5251099 or 15065007. OLE color: 15065007.

HSL color Cylindrical-coordinate representation of color #AFDFE5: hue angle of 186.67º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFDFE5 is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 223 229 -
CMYK 0.24 0.03 0 0.10
HSL 186.67º 0.51% 0.79% -
HSV(B) 186.67º 0.24% 0.9% -
XYZ 58.21 67.55 84.1 -
YUV 209.33 139.1 103.51 -
System Red Green Blue C M Y K H S L
Decimal 175 223 229 0.24 0.03 0 0.10 186.67 0.51 0.79
Hex AF DF E5 18 3 0 A BB 33 4F
Octal 257 337 345 30 3 0 12 273 63 117
Binary 10101111 11011111 11100101 11000 11 0 1010 10111011 110011 1001111

Color Harmonies of #AFDFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDFE5

Black with #AFDFE5

Text Example


Text Example

White with #AFDFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDFE5; }

 p { color: rgb(175,223,229); }

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

background-color css

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

 a { background-color: rgb(175,223,229); }

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

border-color css

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

 span { border-color: rgb(175,223,229); }

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