#95CBF1

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

Shades of Cornflower #95CBF1

Tints of Cornflower #95CBF1

Color information

#95CBF1 (or 0x95CBF1) is unknown color: approx Cornflower. HEX triplet: 95, CB and F1. RGB value is (149,203,241). Sum of RGB (Red+Green+Blue) = 149+203+241=593 (78% of max value = 765). Red value is 149 (58.59% from 255 or 25.13% from 593); Green value is 203 (79.69% from 255 or 34.23% from 593); Blue value is 241 (94.53% from 255 or 40.64% from 593); Max value from RGB is 241 - color contains mainly: blue. Hex color #95CBF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95CBF1 is #6A340E. Grayscale: #BEBEBE. Windows color (decimal): -6960143 or 15846293. OLE color: 15846293.

HSL color Cylindrical-coordinate representation of color #95CBF1: hue angle of 204.78º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95CBF1 is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB149203241-
CMYK0.380.1600.05
HSL204.78º76.67%76.47%-
HSV(B)204.78º38.17%94.51%-
XYZ49.6355.4591.31-
YUV191.19156.1197.91-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.13%
GREEN value IS 203 (79.69% from 255) = 34.23%
BLUE value IS 241 (94.53% from 255) = 40.64%
R=25.13%
G=34.23%
B=40.64%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1492032410.380.1600.05204.7876.6776.47
Hex95CBF1261005cd4d4c
Octal225313361462005315115114
Binary1001010111001011111100011001101000001011100110110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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