Html Css Color HEX #AFD3E1 Light Blue

📋 copy color: '#AFD3E1'

red 175 ◦ green 211 ◦ blue 225

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

Shades of Light Blue #AFD3E1

Tints of Light Blue #AFD3E1

RGB

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

 GREEN value IS 211 (82.81% from 255) = 34.53%

 BLUE value IS 225 (88.28% from 255) = 36.82%

R = 28.64%
G = 34.53%
B = 36.82%

CMYK

 C value IS 0.22

 M value IS 0.06

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AFD3E1 (or 0xAFD3E1) is known color: Light Blue. HEX triplet: AF, D3 and E1. RGB value is (175,211,225). Sum of RGB (Red+Green+Blue) = 175+211+225=611 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.64% from 611); Green value is 211 (82.81% from 255 or 34.53% from 611); Blue value is 225 (88.28% from 255 or 36.82% from 611); Max value from RGB is 225 - color contains mainly: blue. Hex color #AFD3E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD3E1 is #502C1E. Grayscale: #C9C9C9. Windows color (decimal): -5254175 or 14799791. OLE color: 14799791.

HSL color Cylindrical-coordinate representation of color #AFD3E1: hue angle of 196.8º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFD3E1 is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 211 225 -
CMYK 0.22 0.06 0 0.12
HSL 196.8º 0.45% 0.78% -
HSV(B) 196.8º 0.22% 0.88% -
XYZ 54.56 61.14 80.16 -
YUV 201.83 141.07 108.86 -
System Red Green Blue C M Y K H S L
Decimal 175 211 225 0.22 0.06 0 0.12 196.8 0.45 0.78
Hex AF D3 E1 16 6 0 C C5 2D 4E
Octal 257 323 341 26 6 0 14 305 55 116
Binary 10101111 11010011 11100001 10110 110 0 1100 11000101 101101 1001110

Color Harmonies of #AFD3E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD3E1

Black with #AFD3E1

Text Example


Text Example

White with #AFD3E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD3E1; }

 p { color: rgb(175,211,225); }

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

background-color css

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

 a { background-color: rgb(175,211,225); }

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

border-color css

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

 span { border-color: rgb(175,211,225); }

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