Html Css Color HEX #AFDEF1 Light Blue

📋 copy color: '#AFDEF1'

red 175 ◦ green 222 ◦ blue 241

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

Shades of Light Blue #AFDEF1

Tints of Light Blue #AFDEF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 37.77%

R = 27.43%
G = 34.8%
B = 37.77%

CMYK

 C value IS 0.27

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AFDEF1 (or 0xAFDEF1) is known color: Light Blue. HEX triplet: AF, DE and F1. RGB value is (175,222,241). Sum of RGB (Red+Green+Blue) = 175+222+241=638 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.43% from 638); Green value is 222 (87.11% from 255 or 34.80% from 638); Blue value is 241 (94.53% from 255 or 37.77% from 638); Max value from RGB is 241 - color contains mainly: blue. Hex color #AFDEF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDEF1 is #50210E. Grayscale: #D1D1D1. Windows color (decimal): -5251343 or 15851183. OLE color: 15851183.

HSL color Cylindrical-coordinate representation of color #AFDEF1: hue angle of 197.27º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFDEF1 is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 222 241 -
CMYK 0.27 0.08 0 0.05
HSL 197.27º 0.7% 0.82% -
HSV(B) 197.27º 0.27% 0.95% -
XYZ 59.68 67.71 93.14 -
YUV 210.11 145.43 102.96 -
System Red Green Blue C M Y K H S L
Decimal 175 222 241 0.27 0.08 0 0.05 197.27 0.7 0.82
Hex AF DE F1 1B 8 0 5 C5 46 52
Octal 257 336 361 33 10 0 5 305 106 122
Binary 10101111 11011110 11110001 11011 1000 0 101 11000101 1000110 1010010

Color Harmonies of #AFDEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDEF1

Black with #AFDEF1

Text Example


Text Example

White with #AFDEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDEF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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