Html Css Color HEX #ACCBF3 Pale Cornflower Blue

📋 copy color: '#ACCBF3'

red 172 ◦ green 203 ◦ blue 243

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

Shades of Pale Cornflower Blue #ACCBF3

Tints of Pale Cornflower Blue #ACCBF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 39.32%

R = 27.83%
G = 32.85%
B = 39.32%

CMYK

 C value IS 0.29

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ACCBF3 (or 0xACCBF3) is known color: Pale Cornflower Blue. HEX triplet: AC, CB and F3. RGB value is (172,203,243). Sum of RGB (Red+Green+Blue) = 172+203+243=618 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.83% from 618); Green value is 203 (79.69% from 255 or 32.85% from 618); Blue value is 243 (95.31% from 255 or 39.32% from 618); Max value from RGB is 243 - color contains mainly: blue. Hex color #ACCBF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCBF3 is #53340C. Grayscale: #C6C6C6. Windows color (decimal): -5452813 or 15977388. OLE color: 15977388.

HSL color Cylindrical-coordinate representation of color #ACCBF3: hue angle of 213.8º degrees, saturation: 0.75, 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 #ACCBF3 is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 203 243 -
CMYK 0.29 0.16 0 0.05
HSL 213.8º 0.75% 0.81% -
HSV(B) 213.8º 0.29% 0.95% -
XYZ 54.55 57.95 93.11 -
YUV 198.29 153.23 109.25 -
System Red Green Blue C M Y K H S L
Decimal 172 203 243 0.29 0.16 0 0.05 213.8 0.75 0.81
Hex AC CB F3 1D 10 0 5 D6 4B 51
Octal 254 313 363 35 20 0 5 326 113 121
Binary 10101100 11001011 11110011 11101 10000 0 101 11010110 1001011 1010001

Color Harmonies of #ACCBF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCBF3

Black with #ACCBF3

Text Example


Text Example

White with #ACCBF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCBF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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