Html Css Color HEX #AFE3EE Powder Blue

📋 copy color: '#AFE3EE'

red 175 ◦ green 227 ◦ blue 238

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

Shades of Powder Blue #AFE3EE

Tints of Powder Blue #AFE3EE

RGB

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

 GREEN value IS 227 (89.06% from 255) = 35.47%

 BLUE value IS 238 (93.36% from 255) = 37.19%

R = 27.34%
G = 35.47%
B = 37.19%

CMYK

 C value IS 0.26

 M value IS 0.05

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AFE3EE (or 0xAFE3EE) is known color: Powder Blue. HEX triplet: AF, E3 and EE. RGB value is (175,227,238). Sum of RGB (Red+Green+Blue) = 175+227+238=640 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.34% from 640); Green value is 227 (89.06% from 255 or 35.47% from 640); Blue value is 238 (93.36% from 255 or 37.19% from 640); Max value from RGB is 238 - color contains mainly: blue. Hex color #AFE3EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFE3EE is #501C11. Grayscale: #D4D4D4. Windows color (decimal): -5250066 or 15655855. OLE color: 15655855.

HSL color Cylindrical-coordinate representation of color #AFE3EE: hue angle of 190.48º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFE3EE is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 227 238 -
CMYK 0.26 0.05 0 0.07
HSL 190.48º 0.65% 0.81% -
HSV(B) 190.48º 0.26% 0.93% -
XYZ 60.58 70.23 91.25 -
YUV 212.71 142.27 101.11 -
System Red Green Blue C M Y K H S L
Decimal 175 227 238 0.26 0.05 0 0.07 190.48 0.65 0.81
Hex AF E3 EE 1A 5 0 7 BE 41 51
Octal 257 343 356 32 5 0 7 276 101 121
Binary 10101111 11100011 11101110 11010 101 0 111 10111110 1000001 1010001

Color Harmonies of #AFE3EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE3EE

Black with #AFE3EE

Text Example


Text Example

White with #AFE3EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE3EE; }

 p { color: rgb(175,227,238); }

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

background-color css

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

 a { background-color: rgb(175,227,238); }

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

border-color css

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

 span { border-color: rgb(175,227,238); }

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