Html Css Color HEX #AFE0F5 Light Blue

📋 copy color: '#AFE0F5'

red 175 ◦ green 224 ◦ blue 245

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

Shades of Light Blue #AFE0F5

Tints of Light Blue #AFE0F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 38.04%

R = 27.17%
G = 34.78%
B = 38.04%

CMYK

 C value IS 0.29

 M value IS 0.09

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AFE0F5 (or 0xAFE0F5) is known color: Light Blue. HEX triplet: AF, E0 and F5. RGB value is (175,224,245). Sum of RGB (Red+Green+Blue) = 175+224+245=644 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.17% from 644); Green value is 224 (87.89% from 255 or 34.78% from 644); Blue value is 245 (96.09% from 255 or 38.04% from 644); Max value from RGB is 245 - color contains mainly: blue. Hex color #AFE0F5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFE0F5 is #501F0A. Grayscale: #D3D3D3. Windows color (decimal): -5250827 or 16113839. OLE color: 16113839.

HSL color Cylindrical-coordinate representation of color #AFE0F5: hue angle of 198º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFE0F5 is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 224 245 -
CMYK 0.29 0.09 0 0.04
HSL 198º 0.78% 0.82% -
HSV(B) 198º 0.29% 0.96% -
XYZ 60.82 69.02 96.5 -
YUV 211.74 146.77 101.79 -
System Red Green Blue C M Y K H S L
Decimal 175 224 245 0.29 0.09 0 0.04 198 0.78 0.82
Hex AF E0 F5 1D 9 0 4 C6 4E 52
Octal 257 340 365 35 11 0 4 306 116 122
Binary 10101111 11100000 11110101 11101 1001 0 100 11000110 1001110 1010010

Color Harmonies of #AFE0F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE0F5

Black with #AFE0F5

Text Example


Text Example

White with #AFE0F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE0F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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