Html Css Color HEX #A0CBFD Pale Cornflower Blue

📋 copy color: '#A0CBFD'

red 160 ◦ green 203 ◦ blue 253

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

Shades of Pale Cornflower Blue #A0CBFD

Tints of Pale Cornflower Blue #A0CBFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 41.07%

R = 25.97%
G = 32.95%
B = 41.07%

CMYK

 C value IS 0.37

 M value IS 0.20

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A0CBFD (or 0xA0CBFD) is known color: Pale Cornflower Blue. HEX triplet: A0, CB and FD. RGB value is (160,203,253). Sum of RGB (Red+Green+Blue) = 160+203+253=616 (81% of max value = 765). Red value is 160 (62.89% from 255 or 25.97% from 616); Green value is 203 (79.69% from 255 or 32.95% from 616); Blue value is 253 (99.22% from 255 or 41.07% from 616); Max value from RGB is 253 - color contains mainly: blue. Hex color #A0CBFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0CBFD is #5F3402. Grayscale: #C3C3C3. Windows color (decimal): -6239235 or 16632736. OLE color: 16632736.

HSL color Cylindrical-coordinate representation of color #A0CBFD: hue angle of 212.26º degrees, saturation: 0.96, 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 #A0CBFD is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 160 203 253 -
CMYK 0.37 0.20 0 0.01
HSL 212.26º 0.96% 0.81% -
HSV(B) 212.26º 0.37% 0.99% -
XYZ 53.58 57.28 101.16 -
YUV 195.84 160.25 102.43 -
System Red Green Blue C M Y K H S L
Decimal 160 203 253 0.37 0.20 0 0.01 212.26 0.96 0.81
Hex A0 CB FD 25 14 0 1 D4 60 51
Octal 240 313 375 45 24 0 1 324 140 121
Binary 10100000 11001011 11111101 100101 10100 0 1 11010100 1100000 1010001

Color Harmonies of #A0CBFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CBFD

Black with #A0CBFD

Text Example


Text Example

White with #A0CBFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CBFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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