Html Css Color HEX #AFD8E6 Light Blue

📋 copy color: '#AFD8E6'

red 175 ◦ green 216 ◦ blue 230

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

Shades of Light Blue #AFD8E6

Tints of Light Blue #AFD8E6

RGB

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

 GREEN value IS 216 (84.77% from 255) = 34.78%

 BLUE value IS 230 (90.23% from 255) = 37.04%

R = 28.18%
G = 34.78%
B = 37.04%

CMYK

 C value IS 0.24

 M value IS 0.06

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AFD8E6 (or 0xAFD8E6) is known color: Light Blue. HEX triplet: AF, D8 and E6. RGB value is (175,216,230). Sum of RGB (Red+Green+Blue) = 175+216+230=621 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.18% from 621); Green value is 216 (84.77% from 255 or 34.78% from 621); Blue value is 230 (90.23% from 255 or 37.04% from 621); Max value from RGB is 230 - color contains mainly: blue. Hex color #AFD8E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFD8E6 is #502719. Grayscale: #CDCDCD. Windows color (decimal): -5252890 or 15128751. OLE color: 15128751.

HSL color Cylindrical-coordinate representation of color #AFD8E6: hue angle of 195.27º degrees, saturation: 0.52, 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 #AFD8E6 is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 216 230 -
CMYK 0.24 0.06 0 0.10
HSL 195.27º 0.52% 0.79% -
HSV(B) 195.27º 0.24% 0.9% -
XYZ 56.52 63.94 84.23 -
YUV 205.34 141.92 106.36 -
System Red Green Blue C M Y K H S L
Decimal 175 216 230 0.24 0.06 0 0.10 195.27 0.52 0.79
Hex AF D8 E6 18 6 0 A C3 34 4F
Octal 257 330 346 30 6 0 12 303 64 117
Binary 10101111 11011000 11100110 11000 110 0 1010 11000011 110100 1001111

Color Harmonies of #AFD8E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD8E6

Black with #AFD8E6

Text Example


Text Example

White with #AFD8E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD8E6; }

 p { color: rgb(175,216,230); }

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

background-color css

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

 a { background-color: rgb(175,216,230); }

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

border-color css

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

 span { border-color: rgb(175,216,230); }

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