Html Css Color HEX #AFCFEA Pale Cornflower Blue

📋 copy color: '#AFCFEA'

red 175 ◦ green 207 ◦ blue 234

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

Shades of Pale Cornflower Blue #AFCFEA

Tints of Pale Cornflower Blue #AFCFEA

RGB

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

 GREEN value IS 207 (81.25% from 255) = 33.6%

 BLUE value IS 234 (91.8% from 255) = 37.99%

R = 28.41%
G = 33.6%
B = 37.99%

CMYK

 C value IS 0.25

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AFCFEA (or 0xAFCFEA) is known color: Pale Cornflower Blue. HEX triplet: AF, CF and EA. RGB value is (175,207,234). Sum of RGB (Red+Green+Blue) = 175+207+234=616 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.41% from 616); Green value is 207 (81.25% from 255 or 33.60% from 616); Blue value is 234 (91.80% from 255 or 37.99% from 616); Max value from RGB is 234 - color contains mainly: blue. Hex color #AFCFEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFCFEA is #503015. Grayscale: #C8C8C8. Windows color (decimal): -5255190 or 15388591. OLE color: 15388591.

HSL color Cylindrical-coordinate representation of color #AFCFEA: hue angle of 207.46º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFCFEA is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 207 234 -
CMYK 0.25 0.12 0 0.08
HSL 207.46º 0.58% 0.8% -
HSV(B) 207.46º 0.25% 0.92% -
XYZ 54.84 59.68 86.47 -
YUV 200.51 146.9 109.8 -
System Red Green Blue C M Y K H S L
Decimal 175 207 234 0.25 0.12 0 0.08 207.46 0.58 0.8
Hex AF CF EA 19 C 0 8 CF 3A 50
Octal 257 317 352 31 14 0 10 317 72 120
Binary 10101111 11001111 11101010 11001 1100 0 1000 11001111 111010 1010000

Color Harmonies of #AFCFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCFEA

Black with #AFCFEA

Text Example


Text Example

White with #AFCFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCFEA; }

 p { color: rgb(175,207,234); }

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

background-color css

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

 a { background-color: rgb(175,207,234); }

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

border-color css

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

 span { border-color: rgb(175,207,234); }

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