Html Css Color HEX #AFDCF1 Light Blue

📋 copy color: '#AFDCF1'

red 175 ◦ green 220 ◦ blue 241

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

Shades of Light Blue #AFDCF1

Tints of Light Blue #AFDCF1

RGB

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

 GREEN value IS 220 (86.33% from 255) = 34.59%

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

R = 27.52%
G = 34.59%
B = 37.89%

CMYK

 C value IS 0.27

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AFDCF1 (or 0xAFDCF1) is known color: Light Blue. HEX triplet: AF, DC and F1. RGB value is (175,220,241). Sum of RGB (Red+Green+Blue) = 175+220+241=636 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.52% from 636); Green value is 220 (86.33% from 255 or 34.59% from 636); Blue value is 241 (94.53% from 255 or 37.89% from 636); Max value from RGB is 241 - color contains mainly: blue. Hex color #AFDCF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDCF1 is #50230E. Grayscale: #D0D0D0. Windows color (decimal): -5251855 or 15850671. OLE color: 15850671.

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

Color convert

RGB 175 220 241 -
CMYK 0.27 0.09 0 0.05
HSL 199.09º 0.7% 0.82% -
HSV(B) 199.09º 0.27% 0.95% -
XYZ 59.15 66.65 92.97 -
YUV 208.94 146.09 103.79 -
System Red Green Blue C M Y K H S L
Decimal 175 220 241 0.27 0.09 0 0.05 199.09 0.7 0.82
Hex AF DC F1 1B 9 0 5 C7 46 52
Octal 257 334 361 33 11 0 5 307 106 122
Binary 10101111 11011100 11110001 11011 1001 0 101 11000111 1000110 1010010

Color Harmonies of #AFDCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDCF1

Black with #AFDCF1

Text Example


Text Example

White with #AFDCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDCF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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