#95BDDB

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

Shades of Cornflower #95BDDB

Tints of Cornflower #95BDDB

Color information

#95BDDB (or 0x95BDDB) is unknown color: approx Cornflower. HEX triplet: 95, BD and DB. RGB value is (149,189,219). Sum of RGB (Red+Green+Blue) = 149+189+219=557 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.75% from 557); Green value is 189 (74.22% from 255 or 33.93% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 219 - color contains mainly: blue. Hex color #95BDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BDDB is #6A4224. Grayscale: #B4B4B4. Windows color (decimal): -6963749 or 14400917. OLE color: 14400917.

HSL color Cylindrical-coordinate representation of color #95BDDB: hue angle of 205.71º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95BDDB is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB149189219-
CMYK0.320.1400.14
HSL205.71º49.3%72.16%-
HSV(B)205.71º31.96%85.88%-
XYZ43.3847.973.98-
YUV180.46149.75105.56-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.75%
GREEN value IS 189 (74.22% from 255) = 33.93%
BLUE value IS 219 (85.94% from 255) = 39.32%
R=26.75%
G=33.93%
B=39.32%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1491892190.320.1400.14205.7149.372.16
Hex95BDDB20E0Ece3148
Octal225275333401601631661110
Binary100101011011110111011011100000111001110110011101100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95BDDB; }

 p { color: rgb(149,189,219); }

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

<style>
 a { background-color: #95BDDB; }

 a { background-color: rgb(149,189,219); }

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

<style>
 span { border-color: #95BDDB; }

 span { border-color: rgb(149,189,219); }

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