Html Css Color HEX #AFE0F0 Light Blue

📋 copy color: '#AFE0F0'

red 175 ◦ green 224 ◦ blue 240

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

Shades of Light Blue #AFE0F0

Tints of Light Blue #AFE0F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 37.56%

R = 27.39%
G = 35.05%
B = 37.56%

CMYK

 C value IS 0.27

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AFE0F0 (or 0xAFE0F0) is known color: Light Blue. HEX triplet: AF, E0 and F0. RGB value is (175,224,240). Sum of RGB (Red+Green+Blue) = 175+224+240=639 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.39% from 639); Green value is 224 (87.89% from 255 or 35.05% from 639); Blue value is 240 (94.14% from 255 or 37.56% from 639); Max value from RGB is 240 - color contains mainly: blue. Hex color #AFE0F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFE0F0 is #501F0F. Grayscale: #D3D3D3. Windows color (decimal): -5250832 or 15786159. OLE color: 15786159.

HSL color Cylindrical-coordinate representation of color #AFE0F0: hue angle of 194.77º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFE0F0 is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 224 240 -
CMYK 0.27 0.07 0 0.06
HSL 194.77º 0.68% 0.81% -
HSV(B) 194.77º 0.27% 0.94% -
XYZ 60.06 68.72 92.54 -
YUV 211.17 144.27 102.2 -
System Red Green Blue C M Y K H S L
Decimal 175 224 240 0.27 0.07 0 0.06 194.77 0.68 0.81
Hex AF E0 F0 1B 7 0 6 C3 44 51
Octal 257 340 360 33 7 0 6 303 104 121
Binary 10101111 11100000 11110000 11011 111 0 110 11000011 1000100 1010001

Color Harmonies of #AFE0F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE0F0

Black with #AFE0F0

Text Example


Text Example

White with #AFE0F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE0F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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