Html Css Color HEX #AFD3F0 Pale Cornflower Blue

📋 copy color: '#AFD3F0'

red 175 ◦ green 211 ◦ blue 240

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

Shades of Pale Cornflower Blue #AFD3F0

Tints of Pale Cornflower Blue #AFD3F0

RGB

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

 GREEN value IS 211 (82.81% from 255) = 33.71%

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

R = 27.96%
G = 33.71%
B = 38.34%

CMYK

 C value IS 0.27

 M value IS 0.12

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AFD3F0 (or 0xAFD3F0) is known color: Pale Cornflower Blue. HEX triplet: AF, D3 and F0. RGB value is (175,211,240). Sum of RGB (Red+Green+Blue) = 175+211+240=626 (82% of max value = 765). Red value is 175 (68.75% from 255 or 27.96% from 626); Green value is 211 (82.81% from 255 or 33.71% from 626); Blue value is 240 (94.14% from 255 or 38.34% from 626); Max value from RGB is 240 - color contains mainly: blue. Hex color #AFD3F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFD3F0 is #502C0F. Grayscale: #CBCBCB. Windows color (decimal): -5254160 or 15782831. OLE color: 15782831.

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

Color convert

RGB 175 211 240 -
CMYK 0.27 0.12 0 0.06
HSL 206.77º 0.68% 0.81% -
HSV(B) 206.77º 0.27% 0.94% -
XYZ 56.7 61.99 91.42 -
YUV 203.54 148.57 107.64 -
System Red Green Blue C M Y K H S L
Decimal 175 211 240 0.27 0.12 0 0.06 206.77 0.68 0.81
Hex AF D3 F0 1B C 0 6 CF 44 51
Octal 257 323 360 33 14 0 6 317 104 121
Binary 10101111 11010011 11110000 11011 1100 0 110 11001111 1000100 1010001

Color Harmonies of #AFD3F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD3F0

Black with #AFD3F0

Text Example


Text Example

White with #AFD3F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD3F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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