#9AD6EB

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

Shades of Cornflower #9AD6EB

Tints of Cornflower #9AD6EB

Color information

#9AD6EB (or 0x9AD6EB) is unknown color: approx Cornflower. HEX triplet: 9A, D6 and EB. RGB value is (154,214,235). Sum of RGB (Red+Green+Blue) = 154+214+235=603 (79% of max value = 765). Red value is 154 (60.55% from 255 or 25.54% from 603); Green value is 214 (83.98% from 255 or 35.49% from 603); Blue value is 235 (92.19% from 255 or 38.97% from 603); Max value from RGB is 235 - color contains mainly: blue. Hex color #9AD6EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AD6EB is #652914. Grayscale: #C6C6C6. Windows color (decimal): -6629653 or 15455898. OLE color: 15455898.

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

Color convert

RGB154214235-
CMYK0.340.0900.08
HSL195.56º66.94%76.27%-
HSV(B)195.56º34.47%92.16%-
XYZ52.3760.9687.6-
YUV198.45148.6296.29-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.54%
GREEN value IS 214 (83.98% from 255) = 35.49%
BLUE value IS 235 (92.19% from 255) = 38.97%
R=25.54%
G=35.49%
B=38.97%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1542142350.340.0900.08195.5666.9476.27
Hex9AD6EB22908c4434c
Octal2323263534211010304103114
Binary1001101011010110111010111000101001010001100010010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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