Html Css Color HEX #AFE0F1 Light Blue

📋 copy color: '#AFE0F1'

red 175 ◦ green 224 ◦ blue 241

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

Shades of Light Blue #AFE0F1

Tints of Light Blue #AFE0F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 37.66%

R = 27.34%
G = 35%
B = 37.66%

CMYK

 C value IS 0.27

 M value IS 0.07

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AFE0F1 (or 0xAFE0F1) is known color: Light Blue. HEX triplet: AF, E0 and F1. RGB value is (175,224,241). Sum of RGB (Red+Green+Blue) = 175+224+241=640 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.34% from 640); Green value is 224 (87.89% from 255 or 35% from 640); Blue value is 241 (94.53% from 255 or 37.66% from 640); Max value from RGB is 241 - color contains mainly: blue. Hex color #AFE0F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFE0F1 is #501F0E. Grayscale: #D3D3D3. Windows color (decimal): -5250831 or 15851695. OLE color: 15851695.

HSL color Cylindrical-coordinate representation of color #AFE0F1: hue angle of 195.45º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFE0F1 is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 224 241 -
CMYK 0.27 0.07 0 0.05
HSL 195.45º 0.7% 0.82% -
HSV(B) 195.45º 0.27% 0.95% -
XYZ 60.21 68.78 93.32 -
YUV 211.29 144.77 102.12 -
System Red Green Blue C M Y K H S L
Decimal 175 224 241 0.27 0.07 0 0.05 195.45 0.7 0.82
Hex AF E0 F1 1B 7 0 5 C3 46 52
Octal 257 340 361 33 7 0 5 303 106 122
Binary 10101111 11100000 11110001 11011 111 0 101 11000011 1000110 1010010

Color Harmonies of #AFE0F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE0F1

Black with #AFE0F1

Text Example


Text Example

White with #AFE0F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE0F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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