Html Css Color HEX #ACCDF1 Pale Cornflower Blue

📋 copy color: '#ACCDF1'

red 172 ◦ green 205 ◦ blue 241

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

Shades of Pale Cornflower Blue #ACCDF1

Tints of Pale Cornflower Blue #ACCDF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 39%

R = 27.83%
G = 33.17%
B = 39%

CMYK

 C value IS 0.29

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ACCDF1 (or 0xACCDF1) is known color: Pale Cornflower Blue. HEX triplet: AC, CD and F1. RGB value is (172,205,241). Sum of RGB (Red+Green+Blue) = 172+205+241=618 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.83% from 618); Green value is 205 (80.47% from 255 or 33.17% from 618); Blue value is 241 (94.53% from 255 or 39.00% from 618); Max value from RGB is 241 - color contains mainly: blue. Hex color #ACCDF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCDF1 is #53320E. Grayscale: #C7C7C7. Windows color (decimal): -5452303 or 15846828. OLE color: 15846828.

HSL color Cylindrical-coordinate representation of color #ACCDF1: hue angle of 211.3º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACCDF1 is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 205 241 -
CMYK 0.29 0.15 0 0.05
HSL 211.3º 0.71% 0.81% -
HSV(B) 211.3º 0.29% 0.95% -
XYZ 54.72 58.78 91.68 -
YUV 199.24 151.57 108.57 -
System Red Green Blue C M Y K H S L
Decimal 172 205 241 0.29 0.15 0 0.05 211.3 0.71 0.81
Hex AC CD F1 1D F 0 5 D3 47 51
Octal 254 315 361 35 17 0 5 323 107 121
Binary 10101100 11001101 11110001 11101 1111 0 101 11010011 1000111 1010001

Color Harmonies of #ACCDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCDF1

Black with #ACCDF1

Text Example


Text Example

White with #ACCDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCDF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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