Html Css Color HEX #A2CBFE Pale Cornflower Blue

📋 copy color: '#A2CBFE'

red 162 ◦ green 203 ◦ blue 254

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

Shades of Pale Cornflower Blue #A2CBFE

Tints of Pale Cornflower Blue #A2CBFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 41.03%

R = 26.17%
G = 32.79%
B = 41.03%

CMYK

 C value IS 0.36

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A2CBFE (or 0xA2CBFE) is known color: Pale Cornflower Blue. HEX triplet: A2, CB and FE. RGB value is (162,203,254). Sum of RGB (Red+Green+Blue) = 162+203+254=619 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.17% from 619); Green value is 203 (79.69% from 255 or 32.79% from 619); Blue value is 254 (99.61% from 255 or 41.03% from 619); Max value from RGB is 254 - color contains mainly: blue. Hex color #A2CBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2CBFE is #5D3401. Grayscale: #C4C4C4. Windows color (decimal): -6108162 or 16698274. OLE color: 16698274.

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

Color convert

RGB 162 203 254 -
CMYK 0.36 0.20 0 0.00
HSL 213.26º 0.98% 0.82% -
HSV(B) 213.26º 0.36% 1% -
XYZ 54.15 57.55 102.02 -
YUV 196.56 160.42 103.35 -
System Red Green Blue C M Y K H S L
Decimal 162 203 254 0.36 0.20 0 0.00 213.26 0.98 0.82
Hex A2 CB FE 24 14 0 0 D5 62 52
Octal 242 313 376 44 24 0 0 325 142 122
Binary 10100010 11001011 11111110 100100 10100 0 0 11010101 1100010 1010010

Color Harmonies of #A2CBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2CBFE

Black with #A2CBFE

Text Example


Text Example

White with #A2CBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2CBFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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