Html Css Color HEX #AFDFF6 Light Blue

📋 copy color: '#AFDFF6'

red 175 ◦ green 223 ◦ blue 246

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

Shades of Light Blue #AFDFF6

Tints of Light Blue #AFDFF6

RGB

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

 GREEN value IS 223 (87.5% from 255) = 34.63%

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

R = 27.17%
G = 34.63%
B = 38.2%

CMYK

 C value IS 0.29

 M value IS 0.09

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AFDFF6 (or 0xAFDFF6) is known color: Light Blue. HEX triplet: AF, DF and F6. RGB value is (175,223,246). Sum of RGB (Red+Green+Blue) = 175+223+246=644 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.17% from 644); Green value is 223 (87.5% from 255 or 34.63% from 644); Blue value is 246 (96.48% from 255 or 38.20% from 644); Max value from RGB is 246 - color contains mainly: blue. Hex color #AFDFF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDFF6 is #502009. Grayscale: #D3D3D3. Windows color (decimal): -5251082 or 16179119. OLE color: 16179119.

HSL color Cylindrical-coordinate representation of color #AFDFF6: hue angle of 199.44º 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 #AFDFF6 is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 223 246 -
CMYK 0.29 0.09 0 0.04
HSL 199.44º 0.8% 0.83% -
HSV(B) 199.44º 0.29% 0.96% -
XYZ 60.7 68.54 97.22 -
YUV 211.27 147.6 102.13 -
System Red Green Blue C M Y K H S L
Decimal 175 223 246 0.29 0.09 0 0.04 199.44 0.8 0.83
Hex AF DF F6 1D 9 0 4 C7 50 53
Octal 257 337 366 35 11 0 4 307 120 123
Binary 10101111 11011111 11110110 11101 1001 0 100 11000111 1010000 1010011

Color Harmonies of #AFDFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDFF6

Black with #AFDFF6

Text Example


Text Example

White with #AFDFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDFF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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