Html Css Color HEX #AFCDEA Pale Cornflower Blue

📋 copy color: '#AFCDEA'

red 175 ◦ green 205 ◦ blue 234

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

Shades of Pale Cornflower Blue #AFCDEA

Tints of Pale Cornflower Blue #AFCDEA

RGB

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

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

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

R = 28.5%
G = 33.39%
B = 38.11%

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

#AFCDEA (or 0xAFCDEA) is known color: Pale Cornflower Blue. HEX triplet: AF, CD and EA. RGB value is (175,205,234). Sum of RGB (Red+Green+Blue) = 175+205+234=614 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.50% from 614); Green value is 205 (80.47% from 255 or 33.39% from 614); Blue value is 234 (91.80% from 255 or 38.11% from 614); Max value from RGB is 234 - color contains mainly: blue. Hex color #AFCDEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFCDEA is #503215. Grayscale: #C7C7C7. Windows color (decimal): -5255702 or 15388079. OLE color: 15388079.

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

Color convert

RGB 175 205 234 -
CMYK 0.25 0.12 0 0.08
HSL 209.49º 0.58% 0.8% -
HSV(B) 209.49º 0.25% 0.92% -
XYZ 54.36 58.72 86.31 -
YUV 199.34 147.56 110.64 -
System Red Green Blue C M Y K H S L
Decimal 175 205 234 0.25 0.12 0 0.08 209.49 0.58 0.8
Hex AF CD EA 19 C 0 8 D1 3A 50
Octal 257 315 352 31 14 0 10 321 72 120
Binary 10101111 11001101 11101010 11001 1100 0 1000 11010001 111010 1010000

Color Harmonies of #AFCDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCDEA

Black with #AFCDEA

Text Example


Text Example

White with #AFCDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCDEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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