Html Css Color HEX #ACCBF2 Pale Cornflower Blue

📋 copy color: '#ACCBF2'

red 172 ◦ green 203 ◦ blue 242

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

Shades of Pale Cornflower Blue #ACCBF2

Tints of Pale Cornflower Blue #ACCBF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 39.22%

R = 27.88%
G = 32.9%
B = 39.22%

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

#ACCBF2 (or 0xACCBF2) is known color: Pale Cornflower Blue. HEX triplet: AC, CB and F2. RGB value is (172,203,242). Sum of RGB (Red+Green+Blue) = 172+203+242=617 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.88% from 617); Green value is 203 (79.69% from 255 or 32.90% from 617); Blue value is 242 (94.92% from 255 or 39.22% from 617); Max value from RGB is 242 - color contains mainly: blue. Hex color #ACCBF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCBF2 is #53340D. Grayscale: #C5C5C5. Windows color (decimal): -5452814 or 15911852. OLE color: 15911852.

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

Color convert

RGB 172 203 242 -
CMYK 0.29 0.16 0 0.05
HSL 213.43º 0.73% 0.81% -
HSV(B) 213.43º 0.29% 0.95% -
XYZ 54.4 57.89 92.31 -
YUV 198.18 152.73 109.33 -
System Red Green Blue C M Y K H S L
Decimal 172 203 242 0.29 0.16 0 0.05 213.43 0.73 0.81
Hex AC CB F2 1D 10 0 5 D5 49 51
Octal 254 313 362 35 20 0 5 325 111 121
Binary 10101100 11001011 11110010 11101 10000 0 101 11010101 1001001 1010001

Color Harmonies of #ACCBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCBF2

Black with #ACCBF2

Text Example


Text Example

White with #ACCBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCBF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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