Html Css Color HEX #AFCEEA Pale Cornflower Blue

📋 copy color: '#AFCEEA'

red 175 ◦ green 206 ◦ blue 234

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

Shades of Pale Cornflower Blue #AFCEEA

Tints of Pale Cornflower Blue #AFCEEA

RGB

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

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

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

R = 28.46%
G = 33.5%
B = 38.05%

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

#AFCEEA (or 0xAFCEEA) is known color: Pale Cornflower Blue. HEX triplet: AF, CE and EA. RGB value is (175,206,234). Sum of RGB (Red+Green+Blue) = 175+206+234=615 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.46% from 615); Green value is 206 (80.86% from 255 or 33.50% from 615); Blue value is 234 (91.80% from 255 or 38.05% from 615); Max value from RGB is 234 - color contains mainly: blue. Hex color #AFCEEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFCEEA is #503115. Grayscale: #C7C7C7. Windows color (decimal): -5255446 or 15388335. OLE color: 15388335.

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

Color convert

RGB 175 206 234 -
CMYK 0.25 0.12 0 0.08
HSL 208.47º 0.58% 0.8% -
HSV(B) 208.47º 0.25% 0.92% -
XYZ 54.6 59.2 86.39 -
YUV 199.92 147.23 110.22 -
System Red Green Blue C M Y K H S L
Decimal 175 206 234 0.25 0.12 0 0.08 208.47 0.58 0.8
Hex AF CE EA 19 C 0 8 D0 3A 50
Octal 257 316 352 31 14 0 10 320 72 120
Binary 10101111 11001110 11101010 11001 1100 0 1000 11010000 111010 1010000

Color Harmonies of #AFCEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCEEA

Black with #AFCEEA

Text Example


Text Example

White with #AFCEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCEEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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