Html Css Color HEX #AFDCEF Light Blue

📋 copy color: '#AFDCEF'

red 175 ◦ green 220 ◦ blue 239

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

Shades of Light Blue #AFDCEF

Tints of Light Blue #AFDCEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 37.7%

R = 27.6%
G = 34.7%
B = 37.7%

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

#AFDCEF (or 0xAFDCEF) is known color: Light Blue. HEX triplet: AF, DC and EF. RGB value is (175,220,239). Sum of RGB (Red+Green+Blue) = 175+220+239=634 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.60% from 634); Green value is 220 (86.33% from 255 or 34.70% from 634); Blue value is 239 (93.75% from 255 or 37.70% from 634); Max value from RGB is 239 - color contains mainly: blue. Hex color #AFDCEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDCEF is #502310. Grayscale: #D0D0D0. Windows color (decimal): -5251857 or 15719599. OLE color: 15719599.

HSL color Cylindrical-coordinate representation of color #AFDCEF: hue angle of 197.81º degrees, saturation: 0.67, 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 #AFDCEF is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 220 239 -
CMYK 0.27 0.08 0 0.06
HSL 197.81º 0.67% 0.81% -
HSV(B) 197.81º 0.27% 0.94% -
XYZ 58.85 66.53 91.4 -
YUV 208.71 145.09 103.96 -
System Red Green Blue C M Y K H S L
Decimal 175 220 239 0.27 0.08 0 0.06 197.81 0.67 0.81
Hex AF DC EF 1B 8 0 6 C6 43 51
Octal 257 334 357 33 10 0 6 306 103 121
Binary 10101111 11011100 11101111 11011 1000 0 110 11000110 1000011 1010001

Color Harmonies of #AFDCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDCEF

Black with #AFDCEF

Text Example


Text Example

White with #AFDCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDCEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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