Html Css Color HEX #ACCDF0 Pale Cornflower Blue

📋 copy color: '#ACCDF0'

red 172 ◦ green 205 ◦ blue 240

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

Shades of Pale Cornflower Blue #ACCDF0

Tints of Pale Cornflower Blue #ACCDF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 38.9%

R = 27.88%
G = 33.23%
B = 38.9%

CMYK

 C value IS 0.28

 M value IS 0.15

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ACCDF0 (or 0xACCDF0) is known color: Pale Cornflower Blue. HEX triplet: AC, CD and F0. RGB value is (172,205,240). Sum of RGB (Red+Green+Blue) = 172+205+240=617 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.88% from 617); Green value is 205 (80.47% from 255 or 33.23% from 617); Blue value is 240 (94.14% from 255 or 38.90% from 617); Max value from RGB is 240 - color contains mainly: blue. Hex color #ACCDF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCDF0 is #53320F. Grayscale: #C6C6C6. Windows color (decimal): -5452304 or 15781292. OLE color: 15781292.

HSL color Cylindrical-coordinate representation of color #ACCDF0: hue angle of 210.88º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACCDF0 is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 205 240 -
CMYK 0.28 0.15 0 0.06
HSL 210.88º 0.69% 0.81% -
HSV(B) 210.88º 0.28% 0.94% -
XYZ 54.57 58.72 90.9 -
YUV 199.12 151.07 108.65 -
System Red Green Blue C M Y K H S L
Decimal 172 205 240 0.28 0.15 0 0.06 210.88 0.69 0.81
Hex AC CD F0 1C F 0 6 D3 45 51
Octal 254 315 360 34 17 0 6 323 105 121
Binary 10101100 11001101 11110000 11100 1111 0 110 11010011 1000101 1010001

Color Harmonies of #ACCDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCDF0

Black with #ACCDF0

Text Example


Text Example

White with #ACCDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCDF0; }

 p { color: rgb(172,205,240); }

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

background-color css

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

 a { background-color: rgb(172,205,240); }

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

border-color css

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

 span { border-color: rgb(172,205,240); }

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