#94CBEE

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

Shades of Cornflower #94CBEE

Tints of Cornflower #94CBEE

Color information

#94CBEE (or 0x94CBEE) is unknown color: approx Cornflower. HEX triplet: 94, CB and EE. RGB value is (148,203,238). Sum of RGB (Red+Green+Blue) = 148+203+238=589 (78% of max value = 765). Red value is 148 (58.20% from 255 or 25.13% from 589); Green value is 203 (79.69% from 255 or 34.47% from 589); Blue value is 238 (93.36% from 255 or 40.41% from 589); Max value from RGB is 238 - color contains mainly: blue. Hex color #94CBEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94CBEE is #6B3411. Grayscale: #BEBEBE. Windows color (decimal): -7025682 or 15649684. OLE color: 15649684.

HSL color Cylindrical-coordinate representation of color #94CBEE: hue angle of 203.33º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94CBEE is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB148203238-
CMYK0.380.1500.07
HSL203.33º72.58%75.69%-
HSV(B)203.33º37.82%93.33%-
XYZ4955.1888.96-
YUV190.54154.7897.65-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.13%
GREEN value IS 203 (79.69% from 255) = 34.47%
BLUE value IS 238 (93.36% from 255) = 40.41%
R=25.13%
G=34.47%
B=40.41%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1482032380.380.1500.07203.3372.5875.69
Hex94CBEE26F07cb494c
Octal224313356461707313111114
Binary100101001100101111101110100110111101111100101110010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94CBEE; }

 p { color: rgb(148,203,238); }

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

<style>
 a { background-color: #94CBEE; }

 a { background-color: rgb(148,203,238); }

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

<style>
 span { border-color: #94CBEE; }

 span { border-color: rgb(148,203,238); }

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