Html Css Color HEX #A2CFFF Pale Cornflower Blue

📋 copy color: '#A2CFFF'

red 162 ◦ green 207 ◦ blue 255

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

Shades of Pale Cornflower Blue #A2CFFF

Tints of Pale Cornflower Blue #A2CFFF

RGB

 RED value IS 162 (63.67% from 255) = 25.96%

 GREEN value IS 207 (81.25% from 255) = 33.17%

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

R = 25.96%
G = 33.17%
B = 40.87%

CMYK

 C value IS 0.36

 M value IS 0.19

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A2CFFF (or 0xA2CFFF) is known color: Pale Cornflower Blue. HEX triplet: A2, CF and FF. RGB value is (162,207,255). Sum of RGB (Red+Green+Blue) = 162+207+255=624 (82% of max value = 765). Red value is 162 (63.67% from 255 or 25.96% from 624); Green value is 207 (81.25% from 255 or 33.17% from 624); Blue value is 255 (100% from 255 or 40.87% from 624); Max value from RGB is 255 - color contains mainly: blue. Hex color #A2CFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2CFFF is #5D3000. Grayscale: #C6C6C6. Windows color (decimal): -6107137 or 16764834. OLE color: 16764834.

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

Color convert

RGB 162 207 255 -
CMYK 0.36 0.19 0 0
HSL 210.97º 1% 0.82% -
HSV(B) 210.97º 0.36% 1% -
XYZ 55.26 59.53 103.18 -
YUV 199.02 159.59 101.6 -
System Red Green Blue C M Y K H S L
Decimal 162 207 255 0.36 0.19 0 0 210.97 1 0.82
Hex A2 CF FF 24 13 0 0 D3 64 52
Octal 242 317 377 44 23 0 0 323 144 122
Binary 10100010 11001111 11111111 100100 10011 0 0 11010011 1100100 1010010

Color Harmonies of #A2CFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2CFFF

Black with #A2CFFF

Text Example


Text Example

White with #A2CFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2CFFF; }

 p { color: rgb(162,207,255); }

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

background-color css

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

 a { background-color: rgb(162,207,255); }

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

border-color css

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

 span { border-color: rgb(162,207,255); }

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