Html Css Color HEX #AFD3F2 Pale Cornflower Blue

📋 copy color: '#AFD3F2'

red 175 ◦ green 211 ◦ blue 242

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

Shades of Pale Cornflower Blue #AFD3F2

Tints of Pale Cornflower Blue #AFD3F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 38.54%

R = 27.87%
G = 33.6%
B = 38.54%

CMYK

 C value IS 0.28

 M value IS 0.13

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AFD3F2 (or 0xAFD3F2) is known color: Pale Cornflower Blue. HEX triplet: AF, D3 and F2. RGB value is (175,211,242). Sum of RGB (Red+Green+Blue) = 175+211+242=628 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.87% from 628); Green value is 211 (82.81% from 255 or 33.60% from 628); Blue value is 242 (94.92% from 255 or 38.54% from 628); Max value from RGB is 242 - color contains mainly: blue. Hex color #AFD3F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFD3F2 is #502C0D. Grayscale: #CBCBCB. Windows color (decimal): -5254158 or 15913903. OLE color: 15913903.

HSL color Cylindrical-coordinate representation of color #AFD3F2: hue angle of 207.76º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFD3F2 is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 211 242 -
CMYK 0.28 0.13 0 0.05
HSL 207.76º 0.72% 0.82% -
HSV(B) 207.76º 0.28% 0.95% -
XYZ 57 62.11 92.99 -
YUV 203.77 149.57 107.48 -
System Red Green Blue C M Y K H S L
Decimal 175 211 242 0.28 0.13 0 0.05 207.76 0.72 0.82
Hex AF D3 F2 1C D 0 5 D0 48 52
Octal 257 323 362 34 15 0 5 320 110 122
Binary 10101111 11010011 11110010 11100 1101 0 101 11010000 1001000 1010010

Color Harmonies of #AFD3F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD3F2

Black with #AFD3F2

Text Example


Text Example

White with #AFD3F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD3F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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