#9AD3EB

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

Shades of Cornflower #9AD3EB

Tints of Cornflower #9AD3EB

Color information

#9AD3EB (or 0x9AD3EB) is unknown color: approx Cornflower. HEX triplet: 9A, D3 and EB. RGB value is (154,211,235). Sum of RGB (Red+Green+Blue) = 154+211+235=600 (79% of max value = 765). Red value is 154 (60.55% from 255 or 25.67% from 600); Green value is 211 (82.81% from 255 or 35.17% from 600); Blue value is 235 (92.19% from 255 or 39.17% from 600); Max value from RGB is 235 - color contains mainly: blue. Hex color #9AD3EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AD3EB is #652C14. Grayscale: #C4C4C4. Windows color (decimal): -6630421 or 15455130. OLE color: 15455130.

HSL color Cylindrical-coordinate representation of color #9AD3EB: hue angle of 197.78º 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 #9AD3EB is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB154211235-
CMYK0.340.1000.08
HSL197.78º66.94%76.27%-
HSV(B)197.78º34.47%92.16%-
XYZ51.6259.4687.35-
YUV196.69149.6297.55-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.67%
GREEN value IS 211 (82.81% from 255) = 35.17%
BLUE value IS 235 (92.19% from 255) = 39.17%
R=25.67%
G=35.17%
B=39.17%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1542112350.340.1000.08197.7866.9476.27
Hex9AD3EB22A08c6434c
Octal2323233534212010306103114
Binary1001101011010011111010111000101010010001100011010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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