Html Css Color HEX #AFCEE8 Pale Cornflower Blue

📋 copy color: '#AFCEE8'

red 175 ◦ green 206 ◦ blue 232

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

Shades of Pale Cornflower Blue #AFCEE8

Tints of Pale Cornflower Blue #AFCEE8

RGB

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

 GREEN value IS 206 (80.86% from 255) = 33.61%

 BLUE value IS 232 (91.02% from 255) = 37.85%

R = 28.55%
G = 33.61%
B = 37.85%

CMYK

 C value IS 0.25

 M value IS 0.11

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AFCEE8 (or 0xAFCEE8) is known color: Pale Cornflower Blue. HEX triplet: AF, CE and E8. RGB value is (175,206,232). Sum of RGB (Red+Green+Blue) = 175+206+232=613 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.55% from 613); Green value is 206 (80.86% from 255 or 33.61% from 613); Blue value is 232 (91.02% from 255 or 37.85% from 613); Max value from RGB is 232 - color contains mainly: blue. Hex color #AFCEE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFCEE8 is #503117. Grayscale: #C7C7C7. Windows color (decimal): -5255448 or 15257263. OLE color: 15257263.

HSL color Cylindrical-coordinate representation of color #AFCEE8: hue angle of 207.37º degrees, saturation: 0.55, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFCEE8 is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 206 232 -
CMYK 0.25 0.11 0 0.09
HSL 207.37º 0.55% 0.8% -
HSV(B) 207.37º 0.25% 0.91% -
XYZ 54.32 59.08 84.89 -
YUV 199.7 146.23 110.39 -
System Red Green Blue C M Y K H S L
Decimal 175 206 232 0.25 0.11 0 0.09 207.37 0.55 0.8
Hex AF CE E8 19 B 0 9 CF 37 50
Octal 257 316 350 31 13 0 11 317 67 120
Binary 10101111 11001110 11101000 11001 1011 0 1001 11001111 110111 1010000

Color Harmonies of #AFCEE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCEE8

Black with #AFCEE8

Text Example


Text Example

White with #AFCEE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCEE8; }

 p { color: rgb(175,206,232); }

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

background-color css

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

 a { background-color: rgb(175,206,232); }

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

border-color css

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

 span { border-color: rgb(175,206,232); }

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