Html Css Color HEX #AFCDF3 Pale Cornflower Blue

📋 copy color: '#AFCDF3'

red 175 ◦ green 205 ◦ blue 243

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

Shades of Pale Cornflower Blue #AFCDF3

Tints of Pale Cornflower Blue #AFCDF3

RGB

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

 GREEN value IS 205 (80.47% from 255) = 32.91%

 BLUE value IS 243 (95.31% from 255) = 39%

R = 28.09%
G = 32.91%
B = 39%

CMYK

 C value IS 0.28

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AFCDF3 (or 0xAFCDF3) is known color: Pale Cornflower Blue. HEX triplet: AF, CD and F3. RGB value is (175,205,243). Sum of RGB (Red+Green+Blue) = 175+205+243=623 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.09% from 623); Green value is 205 (80.47% from 255 or 32.91% from 623); Blue value is 243 (95.31% from 255 or 39.00% from 623); Max value from RGB is 243 - color contains mainly: blue. Hex color #AFCDF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFCDF3 is #50320C. Grayscale: #C8C8C8. Windows color (decimal): -5255693 or 15977903. OLE color: 15977903.

HSL color Cylindrical-coordinate representation of color #AFCDF3: hue angle of 213.53º degrees, saturation: 0.74, 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 #AFCDF3 is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 205 243 -
CMYK 0.28 0.16 0 0.05
HSL 213.53º 0.74% 0.82% -
HSV(B) 213.53º 0.28% 0.95% -
XYZ 55.69 59.25 93.29 -
YUV 200.36 152.06 109.91 -
System Red Green Blue C M Y K H S L
Decimal 175 205 243 0.28 0.16 0 0.05 213.53 0.74 0.82
Hex AF CD F3 1C 10 0 5 D6 4A 52
Octal 257 315 363 34 20 0 5 326 112 122
Binary 10101111 11001101 11110011 11100 10000 0 101 11010110 1001010 1010010

Color Harmonies of #AFCDF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCDF3

Black with #AFCDF3

Text Example


Text Example

White with #AFCDF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCDF3; }

 p { color: rgb(175,205,243); }

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

background-color css

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

 a { background-color: rgb(175,205,243); }

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

border-color css

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

 span { border-color: rgb(175,205,243); }

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