Html Css Color HEX #AFCEEC Pale Cornflower Blue

📋 copy color: '#AFCEEC'

red 175 ◦ green 206 ◦ blue 236

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

Shades of Pale Cornflower Blue #AFCEEC

Tints of Pale Cornflower Blue #AFCEEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 38.25%

R = 28.36%
G = 33.39%
B = 38.25%

CMYK

 C value IS 0.26

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AFCEEC (or 0xAFCEEC) is known color: Pale Cornflower Blue. HEX triplet: AF, CE and EC. RGB value is (175,206,236). Sum of RGB (Red+Green+Blue) = 175+206+236=617 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.36% from 617); Green value is 206 (80.86% from 255 or 33.39% from 617); Blue value is 236 (92.58% from 255 or 38.25% from 617); Max value from RGB is 236 - color contains mainly: blue. Hex color #AFCEEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFCEEC is #503113. Grayscale: #C8C8C8. Windows color (decimal): -5255444 or 15519407. OLE color: 15519407.

HSL color Cylindrical-coordinate representation of color #AFCEEC: hue angle of 209.51º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFCEEC is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 206 236 -
CMYK 0.26 0.13 0 0.07
HSL 209.51º 0.62% 0.81% -
HSV(B) 209.51º 0.26% 0.93% -
XYZ 54.89 59.31 87.91 -
YUV 200.15 148.23 110.06 -
System Red Green Blue C M Y K H S L
Decimal 175 206 236 0.26 0.13 0 0.07 209.51 0.62 0.81
Hex AF CE EC 1A D 0 7 D2 3E 51
Octal 257 316 354 32 15 0 7 322 76 121
Binary 10101111 11001110 11101100 11010 1101 0 111 11010010 111110 1010001

Color Harmonies of #AFCEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCEEC

Black with #AFCEEC

Text Example


Text Example

White with #AFCEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCEEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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