Html Css Color HEX #94BAE1 Cornflower

📋 copy color: '#94BAE1'

red 148 ◦ green 186 ◦ blue 225

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

Shades of Cornflower #94BAE1

Tints of Cornflower #94BAE1

RGB

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

 GREEN value IS 186 (73.05% from 255) = 33.27%

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

R = 26.48%
G = 33.27%
B = 40.25%

CMYK

 C value IS 0.34

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#94BAE1 (or 0x94BAE1) is known color: Cornflower. HEX triplet: 94, BA and E1. RGB value is (148,186,225). Sum of RGB (Red+Green+Blue) = 148+186+225=559 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.48% from 559); Green value is 186 (73.05% from 255 or 33.27% from 559); Blue value is 225 (88.28% from 255 or 40.25% from 559); Max value from RGB is 225 - color contains mainly: blue. Hex color #94BAE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BAE1 is #6B451E. Grayscale: #B2B2B2. Windows color (decimal): -7030047 or 14793364. OLE color: 14793364.

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

Color convert

RGB 148 186 225 -
CMYK 0.34 0.17 0 0.12
HSL 210.39º 0.56% 0.73% -
HSV(B) 210.39º 0.34% 0.88% -
XYZ 43.36 46.85 77.99 -
YUV 179.08 153.91 105.83 -
System Red Green Blue C M Y K H S L
Decimal 148 186 225 0.34 0.17 0 0.12 210.39 0.56 0.73
Hex 94 BA E1 22 11 0 C D2 38 49
Octal 224 272 341 42 21 0 14 322 70 111
Binary 10010100 10111010 11100001 100010 10001 0 1100 11010010 111000 1001001

Color Harmonies of #94BAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BAE1

Black with #94BAE1

Text Example


Text Example

White with #94BAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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