Html Css Color HEX #ACCBFC Pale Cornflower Blue

📋 copy color: '#ACCBFC'

red 172 ◦ green 203 ◦ blue 252

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

Shades of Pale Cornflower Blue #ACCBFC

Tints of Pale Cornflower Blue #ACCBFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 40.19%

R = 27.43%
G = 32.38%
B = 40.19%

CMYK

 C value IS 0.32

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ACCBFC (or 0xACCBFC) is known color: Pale Cornflower Blue. HEX triplet: AC, CB and FC. RGB value is (172,203,252). Sum of RGB (Red+Green+Blue) = 172+203+252=627 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.43% from 627); Green value is 203 (79.69% from 255 or 32.38% from 627); Blue value is 252 (98.83% from 255 or 40.19% from 627); Max value from RGB is 252 - color contains mainly: blue. Hex color #ACCBFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCBFC is #533403. Grayscale: #C7C7C7. Windows color (decimal): -5452804 or 16567212. OLE color: 16567212.

HSL color Cylindrical-coordinate representation of color #ACCBFC: hue angle of 216.75º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACCBFC is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 172 203 252 -
CMYK 0.32 0.19 0 0.01
HSL 216.75º 0.93% 0.83% -
HSV(B) 216.75º 0.32% 0.99% -
XYZ 55.94 58.51 100.44 -
YUV 199.32 157.73 108.52 -
System Red Green Blue C M Y K H S L
Decimal 172 203 252 0.32 0.19 0 0.01 216.75 0.93 0.83
Hex AC CB FC 20 13 0 1 D9 5D 53
Octal 254 313 374 40 23 0 1 331 135 123
Binary 10101100 11001011 11111100 100000 10011 0 1 11011001 1011101 1010011

Color Harmonies of #ACCBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCBFC

Black with #ACCBFC

Text Example


Text Example

White with #ACCBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCBFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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