#9AD0EB

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

Shades of Cornflower #9AD0EB

Tints of Cornflower #9AD0EB

Color information

#9AD0EB (or 0x9AD0EB) is unknown color: approx Cornflower. HEX triplet: 9A, D0 and EB. RGB value is (154,208,235). Sum of RGB (Red+Green+Blue) = 154+208+235=597 (79% of max value = 765). Red value is 154 (60.55% from 255 or 25.80% from 597); Green value is 208 (81.64% from 255 or 34.84% from 597); Blue value is 235 (92.19% from 255 or 39.36% from 597); Max value from RGB is 235 - color contains mainly: blue. Hex color #9AD0EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AD0EB is #652F14. Grayscale: #C2C2C2. Windows color (decimal): -6631189 or 15454362. OLE color: 15454362.

HSL color Cylindrical-coordinate representation of color #9AD0EB: hue angle of 200º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9AD0EB is Cyan = 0.34, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB154208235-
CMYK0.340.1100.08
HSL200º66.94%76.27%-
HSV(B)200º34.47%92.16%-
XYZ50.8857.9887.11-
YUV194.93150.6198.8-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.80%
GREEN value IS 208 (81.64% from 255) = 34.84%
BLUE value IS 235 (92.19% from 255) = 39.36%
R=25.80%
G=34.84%
B=39.36%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1542082350.340.1100.0820066.9476.27
Hex9AD0EB22B08c8434c
Octal2323203534213010310103114
Binary1001101011010000111010111000101011010001100100010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,208,235); }

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

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

 a { background-color: rgb(154,208,235); }

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

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

 span { border-color: rgb(154,208,235); }

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