Html Css Color HEX #A0CBFE Pale Cornflower Blue

📋 copy color: '#A0CBFE'

red 160 ◦ green 203 ◦ blue 254

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

Shades of Pale Cornflower Blue #A0CBFE

Tints of Pale Cornflower Blue #A0CBFE

RGB

 RED value IS 160 (62.89% from 255) = 25.93%

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

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

R = 25.93%
G = 32.9%
B = 41.17%

CMYK

 C value IS 0.37

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A0CBFE (or 0xA0CBFE) is known color: Pale Cornflower Blue. HEX triplet: A0, CB and FE. RGB value is (160,203,254). Sum of RGB (Red+Green+Blue) = 160+203+254=617 (81% of max value = 765). Red value is 160 (62.89% from 255 or 25.93% from 617); Green value is 203 (79.69% from 255 or 32.90% from 617); Blue value is 254 (99.61% from 255 or 41.17% from 617); Max value from RGB is 254 - color contains mainly: blue. Hex color #A0CBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0CBFE is #5F3401. Grayscale: #C3C3C3. Windows color (decimal): -6239234 or 16698272. OLE color: 16698272.

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

Color convert

RGB 160 203 254 -
CMYK 0.37 0.20 0 0.00
HSL 212.55º 0.98% 0.81% -
HSV(B) 212.55º 0.37% 1% -
XYZ 53.74 57.34 102 -
YUV 195.96 160.75 102.35 -
System Red Green Blue C M Y K H S L
Decimal 160 203 254 0.37 0.20 0 0.00 212.55 0.98 0.81
Hex A0 CB FE 25 14 0 0 D5 62 51
Octal 240 313 376 45 24 0 0 325 142 121
Binary 10100000 11001011 11111110 100101 10100 0 0 11010101 1100010 1010001

Color Harmonies of #A0CBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CBFE

Black with #A0CBFE

Text Example


Text Example

White with #A0CBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CBFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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