#95CDE1

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

Shades of Cornflower #95CDE1

Tints of Cornflower #95CDE1

Color information

#95CDE1 (or 0x95CDE1) is unknown color: approx Cornflower. HEX triplet: 95, CD and E1. RGB value is (149,205,225). Sum of RGB (Red+Green+Blue) = 149+205+225=579 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.73% from 579); Green value is 205 (80.47% from 255 or 35.41% from 579); Blue value is 225 (88.28% from 255 or 38.86% from 579); Max value from RGB is 225 - color contains mainly: blue. Hex color #95CDE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95CDE1 is #6A321E. Grayscale: #BEBEBE. Windows color (decimal): -6959647 or 14798229. OLE color: 14798229.

HSL color Cylindrical-coordinate representation of color #95CDE1: hue angle of 195.79º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #95CDE1 is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB149205225-
CMYK0.340.0900.12
HSL195.79º55.88%73.33%-
HSV(B)195.79º33.78%88.24%-
XYZ47.8255.4979.42-
YUV190.54147.4598.37-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.73%
GREEN value IS 205 (80.47% from 255) = 35.41%
BLUE value IS 225 (88.28% from 255) = 38.86%
R=25.73%
G=35.41%
B=38.86%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1492052250.340.0900.12195.7955.8873.33
Hex95CDE12290Cc43849
Octal225315341421101430470111
Binary100101011100110111100001100010100101100110001001110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,205,225); }

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

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

 a { background-color: rgb(149,205,225); }

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

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

 span { border-color: rgb(149,205,225); }

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