Html Css Color HEX #A0CBFC Pale Cornflower Blue

📋 copy color: '#A0CBFC'

red 160 ◦ green 203 ◦ blue 252

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

Shades of Pale Cornflower Blue #A0CBFC

Tints of Pale Cornflower Blue #A0CBFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 40.98%

R = 26.02%
G = 33.01%
B = 40.98%

CMYK

 C value IS 0.37

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A0CBFC (or 0xA0CBFC) is known color: Pale Cornflower Blue. HEX triplet: A0, CB and FC. RGB value is (160,203,252). Sum of RGB (Red+Green+Blue) = 160+203+252=615 (81% of max value = 765). Red value is 160 (62.89% from 255 or 26.02% from 615); Green value is 203 (79.69% from 255 or 33.01% from 615); Blue value is 252 (98.83% from 255 or 40.98% from 615); Max value from RGB is 252 - color contains mainly: blue. Hex color #A0CBFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0CBFC is #5F3403. Grayscale: #C3C3C3. Windows color (decimal): -6239236 or 16567200. OLE color: 16567200.

HSL color Cylindrical-coordinate representation of color #A0CBFC: hue angle of 211.96º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0CBFC is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 160 203 252 -
CMYK 0.37 0.19 0 0.01
HSL 211.96º 0.94% 0.81% -
HSV(B) 211.96º 0.37% 0.99% -
XYZ 53.42 57.21 100.32 -
YUV 195.73 159.75 102.52 -
System Red Green Blue C M Y K H S L
Decimal 160 203 252 0.37 0.19 0 0.01 211.96 0.94 0.81
Hex A0 CB FC 25 13 0 1 D4 5E 51
Octal 240 313 374 45 23 0 1 324 136 121
Binary 10100000 11001011 11111100 100101 10011 0 1 11010100 1011110 1010001

Color Harmonies of #A0CBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CBFC

Black with #A0CBFC

Text Example


Text Example

White with #A0CBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CBFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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