Html Css Color HEX #AFDEF0 Light Blue

📋 copy color: '#AFDEF0'

red 175 ◦ green 222 ◦ blue 240

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

Shades of Light Blue #AFDEF0

Tints of Light Blue #AFDEF0

RGB

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

 GREEN value IS 222 (87.11% from 255) = 34.85%

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

R = 27.47%
G = 34.85%
B = 37.68%

CMYK

 C value IS 0.27

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AFDEF0 (or 0xAFDEF0) is known color: Light Blue. HEX triplet: AF, DE and F0. RGB value is (175,222,240). Sum of RGB (Red+Green+Blue) = 175+222+240=637 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.47% from 637); Green value is 222 (87.11% from 255 or 34.85% from 637); Blue value is 240 (94.14% from 255 or 37.68% from 637); Max value from RGB is 240 - color contains mainly: blue. Hex color #AFDEF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDEF0 is #50210F. Grayscale: #D1D1D1. Windows color (decimal): -5251344 or 15785647. OLE color: 15785647.

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

Color convert

RGB 175 222 240 -
CMYK 0.27 0.08 0 0.06
HSL 196.62º 0.68% 0.81% -
HSV(B) 196.62º 0.27% 0.94% -
XYZ 59.53 67.65 92.36 -
YUV 210 144.93 103.04 -
System Red Green Blue C M Y K H S L
Decimal 175 222 240 0.27 0.08 0 0.06 196.62 0.68 0.81
Hex AF DE F0 1B 8 0 6 C5 44 51
Octal 257 336 360 33 10 0 6 305 104 121
Binary 10101111 11011110 11110000 11011 1000 0 110 11000101 1000100 1010001

Color Harmonies of #AFDEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDEF0

Black with #AFDEF0

Text Example


Text Example

White with #AFDEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDEF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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