Html Css Color HEX #AFDCF0 Light Blue

📋 copy color: '#AFDCF0'

red 175 ◦ green 220 ◦ blue 240

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

Shades of Light Blue #AFDCF0

Tints of Light Blue #AFDCF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 37.8%

R = 27.56%
G = 34.65%
B = 37.8%

CMYK

 C value IS 0.27

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AFDCF0 (or 0xAFDCF0) is known color: Light Blue. HEX triplet: AF, DC and F0. RGB value is (175,220,240). Sum of RGB (Red+Green+Blue) = 175+220+240=635 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.56% from 635); Green value is 220 (86.33% from 255 or 34.65% from 635); Blue value is 240 (94.14% from 255 or 37.80% from 635); Max value from RGB is 240 - color contains mainly: blue. Hex color #AFDCF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDCF0 is #50230F. Grayscale: #D0D0D0. Windows color (decimal): -5251856 or 15785135. OLE color: 15785135.

HSL color Cylindrical-coordinate representation of color #AFDCF0: hue angle of 198.46º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFDCF0 is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 220 240 -
CMYK 0.27 0.08 0 0.06
HSL 198.46º 0.68% 0.81% -
HSV(B) 198.46º 0.27% 0.94% -
XYZ 59 66.59 92.18 -
YUV 208.83 145.59 103.87 -
System Red Green Blue C M Y K H S L
Decimal 175 220 240 0.27 0.08 0 0.06 198.46 0.68 0.81
Hex AF DC F0 1B 8 0 6 C6 44 51
Octal 257 334 360 33 10 0 6 306 104 121
Binary 10101111 11011100 11110000 11011 1000 0 110 11000110 1000100 1010001

Color Harmonies of #AFDCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDCF0

Black with #AFDCF0

Text Example


Text Example

White with #AFDCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDCF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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