Html Css Color HEX #AFDFF8 Light Blue

📋 copy color: '#AFDFF8'

red 175 ◦ green 223 ◦ blue 248

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

Shades of Light Blue #AFDFF8

Tints of Light Blue #AFDFF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 38.39%

R = 27.09%
G = 34.52%
B = 38.39%

CMYK

 C value IS 0.29

 M value IS 0.10

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AFDFF8 (or 0xAFDFF8) is known color: Light Blue. HEX triplet: AF, DF and F8. RGB value is (175,223,248). Sum of RGB (Red+Green+Blue) = 175+223+248=646 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.09% from 646); Green value is 223 (87.5% from 255 or 34.52% from 646); Blue value is 248 (97.27% from 255 or 38.39% from 646); Max value from RGB is 248 - color contains mainly: blue. Hex color #AFDFF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDFF8 is #502007. Grayscale: #D3D3D3. Windows color (decimal): -5251080 or 16310191. OLE color: 16310191.

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

Color convert

RGB 175 223 248 -
CMYK 0.29 0.10 0 0.03
HSL 200.55º 0.84% 0.83% -
HSV(B) 200.55º 0.29% 0.97% -
XYZ 61.01 68.67 98.85 -
YUV 211.5 148.6 101.97 -
System Red Green Blue C M Y K H S L
Decimal 175 223 248 0.29 0.10 0 0.03 200.55 0.84 0.83
Hex AF DF F8 1D A 0 3 C9 54 53
Octal 257 337 370 35 12 0 3 311 124 123
Binary 10101111 11011111 11111000 11101 1010 0 11 11001001 1010100 1010011

Color Harmonies of #AFDFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDFF8

Black with #AFDFF8

Text Example


Text Example

White with #AFDFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDFF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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