Html Css Color HEX #ACCBF0 Pale Cornflower Blue

📋 copy color: '#ACCBF0'

red 172 ◦ green 203 ◦ blue 240

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

Shades of Pale Cornflower Blue #ACCBF0

Tints of Pale Cornflower Blue #ACCBF0

RGB

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

 GREEN value IS 203 (79.69% from 255) = 33.01%

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

R = 27.97%
G = 33.01%
B = 39.02%

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

#ACCBF0 (or 0xACCBF0) is known color: Pale Cornflower Blue. HEX triplet: AC, CB and F0. RGB value is (172,203,240). Sum of RGB (Red+Green+Blue) = 172+203+240=615 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.97% from 615); Green value is 203 (79.69% from 255 or 33.01% from 615); Blue value is 240 (94.14% from 255 or 39.02% from 615); Max value from RGB is 240 - color contains mainly: blue. Hex color #ACCBF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCBF0 is #53340F. Grayscale: #C5C5C5. Windows color (decimal): -5452816 or 15780780. OLE color: 15780780.

HSL color Cylindrical-coordinate representation of color #ACCBF0: hue angle of 212.65º 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 #ACCBF0 is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 203 240 -
CMYK 0.28 0.15 0 0.06
HSL 212.65º 0.69% 0.81% -
HSV(B) 212.65º 0.28% 0.94% -
XYZ 54.1 57.77 90.74 -
YUV 197.95 151.73 109.49 -
System Red Green Blue C M Y K H S L
Decimal 172 203 240 0.28 0.15 0 0.06 212.65 0.69 0.81
Hex AC CB F0 1C F 0 6 D5 45 51
Octal 254 313 360 34 17 0 6 325 105 121
Binary 10101100 11001011 11110000 11100 1111 0 110 11010101 1000101 1010001

Color Harmonies of #ACCBF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCBF0

Black with #ACCBF0

Text Example


Text Example

White with #ACCBF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCBF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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