Html Css Color HEX #94BAEA Cornflower

📋 copy color: '#94BAEA'

red 148 ◦ green 186 ◦ blue 234

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

Shades of Cornflower #94BAEA

Tints of Cornflower #94BAEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.2%

R = 26.06%
G = 32.75%
B = 41.2%

CMYK

 C value IS 0.37

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#94BAEA (or 0x94BAEA) is known color: Cornflower. HEX triplet: 94, BA and EA. RGB value is (148,186,234). Sum of RGB (Red+Green+Blue) = 148+186+234=568 (75% of max value = 765). Red value is 148 (58.20% from 255 or 26.06% from 568); Green value is 186 (73.05% from 255 or 32.75% from 568); Blue value is 234 (91.80% from 255 or 41.20% from 568); Max value from RGB is 234 - color contains mainly: blue. Hex color #94BAEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94BAEA is #6B4515. Grayscale: #B3B3B3. Windows color (decimal): -7030038 or 15383188. OLE color: 15383188.

HSL color Cylindrical-coordinate representation of color #94BAEA: hue angle of 213.49º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94BAEA is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 148 186 234 -
CMYK 0.37 0.21 0 0.08
HSL 213.49º 0.67% 0.75% -
HSV(B) 213.49º 0.37% 0.92% -
XYZ 44.62 47.35 84.63 -
YUV 180.11 158.41 105.1 -
System Red Green Blue C M Y K H S L
Decimal 148 186 234 0.37 0.21 0 0.08 213.49 0.67 0.75
Hex 94 BA EA 25 15 0 8 D5 43 4B
Octal 224 272 352 45 25 0 10 325 103 113
Binary 10010100 10111010 11101010 100101 10101 0 1000 11010101 1000011 1001011

Color Harmonies of #94BAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BAEA

Black with #94BAEA

Text Example


Text Example

White with #94BAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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