Html Css Color HEX #AFE0F8 Light Blue

📋 copy color: '#AFE0F8'

red 175 ◦ green 224 ◦ blue 248

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

Shades of Light Blue #AFE0F8

Tints of Light Blue #AFE0F8

RGB

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

 GREEN value IS 224 (87.89% from 255) = 34.62%

 BLUE value IS 248 (97.27% from 255) = 38.33%

R = 27.05%
G = 34.62%
B = 38.33%

CMYK

 C value IS 0.29

 M value IS 0.10

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AFE0F8 (or 0xAFE0F8) is known color: Light Blue. HEX triplet: AF, E0 and F8. RGB value is (175,224,248). Sum of RGB (Red+Green+Blue) = 175+224+248=647 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.05% from 647); Green value is 224 (87.89% from 255 or 34.62% from 647); Blue value is 248 (97.27% from 255 or 38.33% from 647); Max value from RGB is 248 - color contains mainly: blue. Hex color #AFE0F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFE0F8 is #501F07. Grayscale: #D3D3D3. Windows color (decimal): -5250824 or 16310447. OLE color: 16310447.

HSL color Cylindrical-coordinate representation of color #AFE0F8: hue angle of 199.73º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFE0F8 is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 175 224 248 -
CMYK 0.29 0.10 0 0.03
HSL 199.73º 0.84% 0.83% -
HSV(B) 199.73º 0.29% 0.97% -
XYZ 61.28 69.2 98.93 -
YUV 212.09 148.27 101.55 -
System Red Green Blue C M Y K H S L
Decimal 175 224 248 0.29 0.10 0 0.03 199.73 0.84 0.83
Hex AF E0 F8 1D A 0 3 C8 54 53
Octal 257 340 370 35 12 0 3 310 124 123
Binary 10101111 11100000 11111000 11101 1010 0 11 11001000 1010100 1010011

Color Harmonies of #AFE0F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE0F8

Black with #AFE0F8

Text Example


Text Example

White with #AFE0F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE0F8; }

 p { color: rgb(175,224,248); }

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

background-color css

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

 a { background-color: rgb(175,224,248); }

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

border-color css

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

 span { border-color: rgb(175,224,248); }

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