#9ad3f0

Color #9AD3F0 Cornflower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower #9AD3F0

Tints of Cornflower #9AD3F0

Color information

#9AD3F0 (or 0x9AD3F0) is unknown color: approx Cornflower. HEX triplet: 9A, D3 and F0. RGB value is (154,211,240). Sum of RGB (Red+Green+Blue) = 154+211+240=605 (80% of max value = 765). Red value is 154 (60.55% from 255 or 25.45% from 605); Green value is 211 (82.81% from 255 or 34.88% from 605); Blue value is 240 (94.14% from 255 or 39.67% from 605); Max value from RGB is 240 - color contains mainly: blue. Hex color #9AD3F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AD3F0 is #652C0F. Grayscale: #C5C5C5. Windows color (decimal): -6630416 or 15782810. OLE color: 15782810.

HSL color Cylindrical-coordinate representation of color #9AD3F0: hue angle of 200.23º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9AD3F0 is Cyan = 0.36, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB154211240-
CMYK0.360.1200.06
HSL200.23º74.14%77.25%-
HSV(B)200.23º35.83%94.12%-
XYZ52.3559.7591.21-
YUV197.26152.1297.14-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.45%
GREEN value IS 211 (82.81% from 255) = 34.88%
BLUE value IS 240 (94.14% from 255) = 39.67%
R=25.45%
G=34.88%
B=39.67%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1542112400.360.1200.06200.2374.1477.25
Hex9AD3F024C06c84a4d
Octal232323360441406310112115
Binary100110101101001111110000100100110001101100100010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ad3f0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9ad3f0; }

 p { color: rgb(154,211,240); }

 H1.HeaderClassName
 {
   color: #9ad3f0;
 }
 .AnyTagClassName
 {
   color: #9ad3f0;
 }
</style>
background-color css

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

 a { background-color: rgb(154,211,240); }

 div.DivClassName
 {
   background-color: #9ad3f0;
 }
 .BgClassName
 {
   background-color: #9ad3f0;
 }
</style>
border-color css

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

 span { border-color: rgb(154,211,240); }

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