Html Css Color HEX #ACCEFA Pale Cornflower Blue

📋 copy color: '#ACCEFA'

red 172 ◦ green 206 ◦ blue 250

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

Shades of Pale Cornflower Blue #ACCEFA

Tints of Pale Cornflower Blue #ACCEFA

RGB

 RED value IS 172 (67.58% from 255) = 27.39%

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

 BLUE value IS 250 (98.05% from 255) = 39.81%

R = 27.39%
G = 32.8%
B = 39.81%

CMYK

 C value IS 0.31

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ACCEFA (or 0xACCEFA) is known color: Pale Cornflower Blue. HEX triplet: AC, CE and FA. RGB value is (172,206,250). Sum of RGB (Red+Green+Blue) = 172+206+250=628 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.39% from 628); Green value is 206 (80.86% from 255 or 32.80% from 628); Blue value is 250 (98.05% from 255 or 39.81% from 628); Max value from RGB is 250 - color contains mainly: blue. Hex color #ACCEFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCEFA is #533105. Grayscale: #C8C8C8. Windows color (decimal): -5452038 or 16436908. OLE color: 16436908.

HSL color Cylindrical-coordinate representation of color #ACCEFA: hue angle of 213.85º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACCEFA is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 172 206 250 -
CMYK 0.31 0.18 0 0.02
HSL 213.85º 0.89% 0.83% -
HSV(B) 213.85º 0.31% 0.98% -
XYZ 56.34 59.82 99.02 -
YUV 200.85 155.74 107.42 -
System Red Green Blue C M Y K H S L
Decimal 172 206 250 0.31 0.18 0 0.02 213.85 0.89 0.83
Hex AC CE FA 1F 12 0 2 D6 59 53
Octal 254 316 372 37 22 0 2 326 131 123
Binary 10101100 11001110 11111010 11111 10010 0 10 11010110 1011001 1010011

Color Harmonies of #ACCEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCEFA

Black with #ACCEFA

Text Example


Text Example

White with #ACCEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCEFA; }

 p { color: rgb(172,206,250); }

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

background-color css

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

 a { background-color: rgb(172,206,250); }

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

border-color css

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

 span { border-color: rgb(172,206,250); }

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