Html Css Color HEX #AFE1F5 Light Blue

📋 copy color: '#AFE1F5'

red 175 ◦ green 225 ◦ blue 245

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

Shades of Light Blue #AFE1F5

Tints of Light Blue #AFE1F5

RGB

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

 GREEN value IS 225 (88.28% from 255) = 34.88%

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

R = 27.13%
G = 34.88%
B = 37.98%

CMYK

 C value IS 0.29

 M value IS 0.08

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AFE1F5 (or 0xAFE1F5) is known color: Light Blue. HEX triplet: AF, E1 and F5. RGB value is (175,225,245). Sum of RGB (Red+Green+Blue) = 175+225+245=645 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.13% from 645); Green value is 225 (88.28% from 255 or 34.88% from 645); Blue value is 245 (96.09% from 255 or 37.98% from 645); Max value from RGB is 245 - color contains mainly: blue. Hex color #AFE1F5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFE1F5 is #501E0A. Grayscale: #D4D4D4. Windows color (decimal): -5250571 or 16114095. OLE color: 16114095.

HSL color Cylindrical-coordinate representation of color #AFE1F5: hue angle of 197.14º 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 #AFE1F5 is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 225 245 -
CMYK 0.29 0.08 0 0.04
HSL 197.14º 0.78% 0.82% -
HSV(B) 197.14º 0.29% 0.96% -
XYZ 61.09 69.56 96.59 -
YUV 212.33 146.44 101.37 -
System Red Green Blue C M Y K H S L
Decimal 175 225 245 0.29 0.08 0 0.04 197.14 0.78 0.82
Hex AF E1 F5 1D 8 0 4 C5 4E 52
Octal 257 341 365 35 10 0 4 305 116 122
Binary 10101111 11100001 11110101 11101 1000 0 100 11000101 1001110 1010010

Color Harmonies of #AFE1F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE1F5

Black with #AFE1F5

Text Example


Text Example

White with #AFE1F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE1F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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