#9BD5EA

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

Shades of Cornflower #9BD5EA

Tints of Cornflower #9BD5EA

Color information

#9BD5EA (or 0x9BD5EA) is unknown color: approx Cornflower. HEX triplet: 9B, D5 and EA. RGB value is (155,213,234). Sum of RGB (Red+Green+Blue) = 155+213+234=602 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.75% from 602); Green value is 213 (83.59% from 255 or 35.38% from 602); Blue value is 234 (91.80% from 255 or 38.87% from 602); Max value from RGB is 234 - color contains mainly: blue. Hex color #9BD5EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BD5EA is #642A15. Grayscale: #C5C5C5. Windows color (decimal): -6564374 or 15390107. OLE color: 15390107.

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

Color convert

RGB155213234-
CMYK0.340.0900.08
HSL195.95º65.29%76.27%-
HSV(B)195.95º33.76%91.76%-
XYZ52.1660.586.77-
YUV198.05148.2897.29-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.75%
GREEN value IS 213 (83.59% from 255) = 35.38%
BLUE value IS 234 (91.80% from 255) = 38.87%
R=25.75%
G=35.38%
B=38.87%

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
Decimal1552132340.340.0900.08195.9565.2976.27
Hex9BD5EA22908c4414c
Octal2333253524211010304101114
Binary1001101111010101111010101000101001010001100010010000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,213,234); }

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

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

 a { background-color: rgb(155,213,234); }

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

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

 span { border-color: rgb(155,213,234); }

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