Html Css Color HEX #AFDFE4 Powder Blue

📋 copy color: '#AFDFE4'

red 175 ◦ green 223 ◦ blue 228

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

Shades of Powder Blue #AFDFE4

Tints of Powder Blue #AFDFE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 36.42%

R = 27.96%
G = 35.62%
B = 36.42%

CMYK

 C value IS 0.23

 M value IS 0.02

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AFDFE4 (or 0xAFDFE4) is known color: Powder Blue. HEX triplet: AF, DF and E4. RGB value is (175,223,228). Sum of RGB (Red+Green+Blue) = 175+223+228=626 (82% of max value = 765). Red value is 175 (68.75% from 255 or 27.96% from 626); Green value is 223 (87.5% from 255 or 35.62% from 626); Blue value is 228 (89.45% from 255 or 36.42% from 626); Max value from RGB is 228 - color contains mainly: blue. Hex color #AFDFE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDFE4 is #50201B. Grayscale: #D1D1D1. Windows color (decimal): -5251100 or 14999471. OLE color: 14999471.

HSL color Cylindrical-coordinate representation of color #AFDFE4: hue angle of 185.66º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFDFE4 is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 223 228 -
CMYK 0.23 0.02 0 0.11
HSL 185.66º 0.5% 0.79% -
HSV(B) 185.66º 0.23% 0.89% -
XYZ 58.07 67.49 83.37 -
YUV 209.22 138.6 103.59 -
System Red Green Blue C M Y K H S L
Decimal 175 223 228 0.23 0.02 0 0.11 185.66 0.5 0.79
Hex AF DF E4 17 2 0 B BA 32 4F
Octal 257 337 344 27 2 0 13 272 62 117
Binary 10101111 11011111 11100100 10111 10 0 1011 10111010 110010 1001111

Color Harmonies of #AFDFE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDFE4

Black with #AFDFE4

Text Example


Text Example

White with #AFDFE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDFE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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