Html Css Color HEX #AFDDF6 Light Blue

📋 copy color: '#AFDDF6'

red 175 ◦ green 221 ◦ blue 246

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

Shades of Light Blue #AFDDF6

Tints of Light Blue #AFDDF6

RGB

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

 GREEN value IS 221 (86.72% from 255) = 34.42%

 BLUE value IS 246 (96.48% from 255) = 38.32%

R = 27.26%
G = 34.42%
B = 38.32%

CMYK

 C value IS 0.29

 M value IS 0.10

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AFDDF6 (or 0xAFDDF6) is known color: Light Blue. HEX triplet: AF, DD and F6. RGB value is (175,221,246). Sum of RGB (Red+Green+Blue) = 175+221+246=642 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.26% from 642); Green value is 221 (86.72% from 255 or 34.42% from 642); Blue value is 246 (96.48% from 255 or 38.32% from 642); Max value from RGB is 246 - color contains mainly: blue. Hex color #AFDDF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDDF6 is #502209. Grayscale: #D1D1D1. Windows color (decimal): -5251594 or 16178607. OLE color: 16178607.

HSL color Cylindrical-coordinate representation of color #AFDDF6: hue angle of 201.13º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFDDF6 is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 221 246 -
CMYK 0.29 0.10 0 0.04
HSL 201.13º 0.8% 0.83% -
HSV(B) 201.13º 0.29% 0.96% -
XYZ 60.17 67.48 97.04 -
YUV 210.1 148.26 102.97 -
System Red Green Blue C M Y K H S L
Decimal 175 221 246 0.29 0.10 0 0.04 201.13 0.8 0.83
Hex AF DD F6 1D A 0 4 C9 50 53
Octal 257 335 366 35 12 0 4 311 120 123
Binary 10101111 11011101 11110110 11101 1010 0 100 11001001 1010000 1010011

Color Harmonies of #AFDDF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDDF6

Black with #AFDDF6

Text Example


Text Example

White with #AFDDF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDDF6; }

 p { color: rgb(175,221,246); }

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

background-color css

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

 a { background-color: rgb(175,221,246); }

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

border-color css

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

 span { border-color: rgb(175,221,246); }

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