Html Css Color HEX #94BAE4 Cornflower

📋 copy color: '#94BAE4'

red 148 ◦ green 186 ◦ blue 228

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

Shades of Cornflower #94BAE4

Tints of Cornflower #94BAE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 40.57%

R = 26.33%
G = 33.1%
B = 40.57%

CMYK

 C value IS 0.35

 M value IS 0.18

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#94BAE4 (or 0x94BAE4) is known color: Cornflower. HEX triplet: 94, BA and E4. RGB value is (148,186,228). Sum of RGB (Red+Green+Blue) = 148+186+228=562 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.33% from 562); Green value is 186 (73.05% from 255 or 33.10% from 562); Blue value is 228 (89.45% from 255 or 40.57% from 562); Max value from RGB is 228 - color contains mainly: blue. Hex color #94BAE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BAE4 is #6B451B. Grayscale: #B3B3B3. Windows color (decimal): -7030044 or 14989972. OLE color: 14989972.

HSL color Cylindrical-coordinate representation of color #94BAE4: hue angle of 211.5º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #94BAE4 is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 148 186 228 -
CMYK 0.35 0.18 0 0.11
HSL 211.5º 0.6% 0.74% -
HSV(B) 211.5º 0.35% 0.89% -
XYZ 43.78 47.02 80.17 -
YUV 179.43 155.41 105.58 -
System Red Green Blue C M Y K H S L
Decimal 148 186 228 0.35 0.18 0 0.11 211.5 0.6 0.74
Hex 94 BA E4 23 12 0 B D4 3C 4A
Octal 224 272 344 43 22 0 13 324 74 112
Binary 10010100 10111010 11100100 100011 10010 0 1011 11010100 111100 1001010

Color Harmonies of #94BAE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BAE4

Black with #94BAE4

Text Example


Text Example

White with #94BAE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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