Html Css Color HEX #A2CBFF Pale Cornflower Blue

📋 copy color: '#A2CBFF'

red 162 ◦ green 203 ◦ blue 255

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

Shades of Pale Cornflower Blue #A2CBFF

Tints of Pale Cornflower Blue #A2CBFF

RGB

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

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

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

R = 26.13%
G = 32.74%
B = 41.13%

CMYK

 C value IS 0.36

 M value IS 0.20

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A2CBFF (or 0xA2CBFF) is known color: Pale Cornflower Blue. HEX triplet: A2, CB and FF. RGB value is (162,203,255). Sum of RGB (Red+Green+Blue) = 162+203+255=620 (82% of max value = 765). Red value is 162 (63.67% from 255 or 26.13% from 620); Green value is 203 (79.69% from 255 or 32.74% from 620); Blue value is 255 (100% from 255 or 41.13% from 620); Max value from RGB is 255 - color contains mainly: blue. Hex color #A2CBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2CBFF is #5D3400. Grayscale: #C4C4C4. Windows color (decimal): -6108161 or 16763810. OLE color: 16763810.

HSL color Cylindrical-coordinate representation of color #A2CBFF: hue angle of 213.55º 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 #A2CBFF is Cyan = 0.36, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 162 203 255 -
CMYK 0.36 0.20 0 0
HSL 213.55º 1% 0.82% -
HSV(B) 213.55º 0.36% 1% -
XYZ 54.31 57.61 102.87 -
YUV 196.67 160.92 103.27 -
System Red Green Blue C M Y K H S L
Decimal 162 203 255 0.36 0.20 0 0 213.55 1 0.82
Hex A2 CB FF 24 14 0 0 D6 64 52
Octal 242 313 377 44 24 0 0 326 144 122
Binary 10100010 11001011 11111111 100100 10100 0 0 11010110 1100100 1010010

Color Harmonies of #A2CBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2CBFF

Black with #A2CBFF

Text Example


Text Example

White with #A2CBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2CBFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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