#95CBF0

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

Shades of Cornflower #95CBF0

Tints of Cornflower #95CBF0

Color information

#95CBF0 (or 0x95CBF0) is unknown color: approx Cornflower. HEX triplet: 95, CB and F0. RGB value is (149,203,240). Sum of RGB (Red+Green+Blue) = 149+203+240=592 (78% of max value = 765). Red value is 149 (58.59% from 255 or 25.17% from 592); Green value is 203 (79.69% from 255 or 34.29% from 592); Blue value is 240 (94.14% from 255 or 40.54% from 592); Max value from RGB is 240 - color contains mainly: blue. Hex color #95CBF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95CBF0 is #6A340F. Grayscale: #BEBEBE. Windows color (decimal): -6960144 or 15780757. OLE color: 15780757.

HSL color Cylindrical-coordinate representation of color #95CBF0: hue angle of 204.4º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95CBF0 is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB149203240-
CMYK0.380.1500.06
HSL204.4º75.21%76.27%-
HSV(B)204.4º37.92%94.12%-
XYZ49.4855.3990.52-
YUV191.07155.6197.99-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.17%
GREEN value IS 203 (79.69% from 255) = 34.29%
BLUE value IS 240 (94.14% from 255) = 40.54%
R=25.17%
G=34.29%
B=40.54%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1492032400.380.1500.06204.475.2176.27
Hex95CBF026F06cc4b4c
Octal225313360461706314113114
Binary100101011100101111110000100110111101101100110010010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,203,240); }

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

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

 a { background-color: rgb(149,203,240); }

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

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

 span { border-color: rgb(149,203,240); }

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