Html Css Color HEX #94BCE1 Cornflower

📋 copy color: '#94BCE1'

red 148 ◦ green 188 ◦ blue 225

#94BCE1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower #94BCE1

Tints of Cornflower #94BCE1

RGB

 RED value IS 148 (58.2% from 255) = 26.38%

 GREEN value IS 188 (73.83% from 255) = 33.51%

 BLUE value IS 225 (88.28% from 255) = 40.11%

R = 26.38%
G = 33.51%
B = 40.11%

CMYK

 C value IS 0.34

 M value IS 0.16

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#94BCE1 (or 0x94BCE1) is known color: Cornflower. HEX triplet: 94, BC and E1. RGB value is (148,188,225). Sum of RGB (Red+Green+Blue) = 148+188+225=561 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.38% from 561); Green value is 188 (73.83% from 255 or 33.51% from 561); Blue value is 225 (88.28% from 255 or 40.11% from 561); Max value from RGB is 225 - color contains mainly: blue. Hex color #94BCE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BCE1 is #6B431E. Grayscale: #B4B4B4. Windows color (decimal): -7029535 or 14793876. OLE color: 14793876.

HSL color Cylindrical-coordinate representation of color #94BCE1: hue angle of 208.83º 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 #94BCE1 is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 148 188 225 -
CMYK 0.34 0.16 0 0.12
HSL 208.83º 0.56% 0.73% -
HSV(B) 208.83º 0.34% 0.88% -
XYZ 43.79 47.7 78.13 -
YUV 180.26 153.25 104.99 -
System Red Green Blue C M Y K H S L
Decimal 148 188 225 0.34 0.16 0 0.12 208.83 0.56 0.73
Hex 94 BC E1 22 10 0 C D1 38 49
Octal 224 274 341 42 20 0 14 321 70 111
Binary 10010100 10111100 11100001 100010 10000 0 1100 11010001 111000 1001001

Color Harmonies of #94BCE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BCE1

Black with #94BCE1

Text Example


Text Example

White with #94BCE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,188,225); }

 H1.HeaderClassName
 {
   color: #94BCE1;
 }
 .AnyTagClassName
 {
   color: #94BCE1;
 }
</style>

background-color css

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

 a { background-color: rgb(148,188,225); }

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

border-color css

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

 span { border-color: rgb(148,188,225); }

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