Html Css Color HEX #AFE0EF Light Blue

📋 copy color: '#AFE0EF'

red 175 ◦ green 224 ◦ blue 239

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

Shades of Light Blue #AFE0EF

Tints of Light Blue #AFE0EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 37.46%

R = 27.43%
G = 35.11%
B = 37.46%

CMYK

 C value IS 0.27

 M value IS 0.06

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AFE0EF (or 0xAFE0EF) is known color: Light Blue. HEX triplet: AF, E0 and EF. RGB value is (175,224,239). Sum of RGB (Red+Green+Blue) = 175+224+239=638 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.43% from 638); Green value is 224 (87.89% from 255 or 35.11% from 638); Blue value is 239 (93.75% from 255 or 37.46% from 638); Max value from RGB is 239 - color contains mainly: blue. Hex color #AFE0EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFE0EF is #501F10. Grayscale: #D2D2D2. Windows color (decimal): -5250833 or 15720623. OLE color: 15720623.

HSL color Cylindrical-coordinate representation of color #AFE0EF: hue angle of 194.06º degrees, saturation: 0.67, 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 #AFE0EF is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 224 239 -
CMYK 0.27 0.06 0 0.06
HSL 194.06º 0.67% 0.81% -
HSV(B) 194.06º 0.27% 0.94% -
XYZ 59.91 68.66 91.76 -
YUV 211.06 143.77 102.28 -
System Red Green Blue C M Y K H S L
Decimal 175 224 239 0.27 0.06 0 0.06 194.06 0.67 0.81
Hex AF E0 EF 1B 6 0 6 C2 43 51
Octal 257 340 357 33 6 0 6 302 103 121
Binary 10101111 11100000 11101111 11011 110 0 110 11000010 1000011 1010001

Color Harmonies of #AFE0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE0EF

Black with #AFE0EF

Text Example


Text Example

White with #AFE0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE0EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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