#9BD5EE

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

Shades of Cornflower #9BD5EE

Tints of Cornflower #9BD5EE

Color information

#9BD5EE (or 0x9BD5EE) is unknown color: approx Cornflower. HEX triplet: 9B, D5 and EE. RGB value is (155,213,238). Sum of RGB (Red+Green+Blue) = 155+213+238=606 (80% of max value = 765). Red value is 155 (60.94% from 255 or 25.58% from 606); Green value is 213 (83.59% from 255 or 35.15% from 606); Blue value is 238 (93.36% from 255 or 39.27% from 606); Max value from RGB is 238 - color contains mainly: blue. Hex color #9BD5EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BD5EE is #642A11. Grayscale: #C6C6C6. Windows color (decimal): -6564370 or 15652251. OLE color: 15652251.

HSL color Cylindrical-coordinate representation of color #9BD5EE: hue angle of 198.07º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BD5EE is Cyan = 0.35, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB155213238-
CMYK0.350.1100.07
HSL198.07º70.94%77.06%-
HSV(B)198.07º34.87%93.33%-
XYZ52.7460.7389.83-
YUV198.51150.2896.97-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.58%
GREEN value IS 213 (83.59% from 255) = 35.15%
BLUE value IS 238 (93.36% from 255) = 39.27%
R=25.58%
G=35.15%
B=39.27%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1552132380.350.1100.07198.0770.9477.06
Hex9BD5EE23B07c6474d
Octal233325356431307306107115
Binary100110111101010111101110100011101101111100011010001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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