Html Css Color HEX #AFD1EC Pale Cornflower Blue

📋 copy color: '#AFD1EC'

red 175 ◦ green 209 ◦ blue 236

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

Shades of Pale Cornflower Blue #AFD1EC

Tints of Pale Cornflower Blue #AFD1EC

RGB

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

 GREEN value IS 209 (82.03% from 255) = 33.71%

 BLUE value IS 236 (92.58% from 255) = 38.06%

R = 28.23%
G = 33.71%
B = 38.06%

CMYK

 C value IS 0.26

 M value IS 0.11

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AFD1EC (or 0xAFD1EC) is known color: Pale Cornflower Blue. HEX triplet: AF, D1 and EC. RGB value is (175,209,236). Sum of RGB (Red+Green+Blue) = 175+209+236=620 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.23% from 620); Green value is 209 (82.03% from 255 or 33.71% from 620); Blue value is 236 (92.58% from 255 or 38.06% from 620); Max value from RGB is 236 - color contains mainly: blue. Hex color #AFD1EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFD1EC is #502E13. Grayscale: #C9C9C9. Windows color (decimal): -5254676 or 15520175. OLE color: 15520175.

HSL color Cylindrical-coordinate representation of color #AFD1EC: hue angle of 206.56º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFD1EC is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 209 236 -
CMYK 0.26 0.11 0 0.07
HSL 206.56º 0.62% 0.81% -
HSV(B) 206.56º 0.26% 0.93% -
XYZ 55.62 60.77 88.16 -
YUV 201.91 147.24 108.8 -
System Red Green Blue C M Y K H S L
Decimal 175 209 236 0.26 0.11 0 0.07 206.56 0.62 0.81
Hex AF D1 EC 1A B 0 7 CF 3E 51
Octal 257 321 354 32 13 0 7 317 76 121
Binary 10101111 11010001 11101100 11010 1011 0 111 11001111 111110 1010001

Color Harmonies of #AFD1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD1EC

Black with #AFD1EC

Text Example


Text Example

White with #AFD1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD1EC; }

 p { color: rgb(175,209,236); }

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

background-color css

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

 a { background-color: rgb(175,209,236); }

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

border-color css

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

 span { border-color: rgb(175,209,236); }

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