Html Css Color HEX #ACCBFF Pale Cornflower Blue

📋 copy color: '#ACCBFF'

red 172 ◦ green 203 ◦ blue 255

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

Shades of Pale Cornflower Blue #ACCBFF

Tints of Pale Cornflower Blue #ACCBFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 40.48%

R = 27.3%
G = 32.22%
B = 40.48%

CMYK

 C value IS 0.33

 M value IS 0.20

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ACCBFF (or 0xACCBFF) is known color: Pale Cornflower Blue. HEX triplet: AC, CB and FF. RGB value is (172,203,255). Sum of RGB (Red+Green+Blue) = 172+203+255=630 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.30% from 630); Green value is 203 (79.69% from 255 or 32.22% from 630); Blue value is 255 (100% from 255 or 40.48% from 630); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACCBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCBFF is #533400. Grayscale: #C7C7C7. Windows color (decimal): -5452801 or 16763820. OLE color: 16763820.

HSL color Cylindrical-coordinate representation of color #ACCBFF: hue angle of 217.59º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACCBFF is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 172 203 255 -
CMYK 0.33 0.20 0 0
HSL 217.59º 1% 0.84% -
HSV(B) 217.59º 0.33% 1% -
XYZ 56.42 58.7 102.96 -
YUV 199.66 159.23 108.27 -
System Red Green Blue C M Y K H S L
Decimal 172 203 255 0.33 0.20 0 0 217.59 1 0.84
Hex AC CB FF 21 14 0 0 DA 64 54
Octal 254 313 377 41 24 0 0 332 144 124
Binary 10101100 11001011 11111111 100001 10100 0 0 11011010 1100100 1010100

Color Harmonies of #ACCBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCBFF

Black with #ACCBFF

Text Example


Text Example

White with #ACCBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCBFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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