#95BEEB

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

Shades of Cornflower #95BEEB

Tints of Cornflower #95BEEB

Color information

#95BEEB (or 0x95BEEB) is unknown color: approx Cornflower. HEX triplet: 95, BE and EB. RGB value is (149,190,235). Sum of RGB (Red+Green+Blue) = 149+190+235=574 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.96% from 574); Green value is 190 (74.61% from 255 or 33.10% from 574); Blue value is 235 (92.19% from 255 or 40.94% from 574); Max value from RGB is 235 - color contains mainly: blue. Hex color #95BEEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95BEEB is #6A4114. Grayscale: #B6B6B6. Windows color (decimal): -6963477 or 15449749. OLE color: 15449749.

HSL color Cylindrical-coordinate representation of color #95BEEB: hue angle of 211.4º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #95BEEB is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB149190235-
CMYK0.370.1900.08
HSL211.4º68.25%75.29%-
HSV(B)211.4º36.6%92.16%-
XYZ45.849.2185.68-
YUV182.87157.42103.84-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.96%
GREEN value IS 190 (74.61% from 255) = 33.10%
BLUE value IS 235 (92.19% from 255) = 40.94%
R=25.96%
G=33.10%
B=40.94%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1491902350.370.1900.08211.468.2575.29
Hex95BEEB251308d3444b
Octal2252763534523010323104113
Binary10010101101111101110101110010110011010001101001110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,190,235); }

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

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

 a { background-color: rgb(149,190,235); }

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

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

 span { border-color: rgb(149,190,235); }

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