Html Css Color HEX #94BEE0 Cornflower

📋 copy color: '#94BEE0'

red 148 ◦ green 190 ◦ blue 224

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

Shades of Cornflower #94BEE0

Tints of Cornflower #94BEE0

RGB

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

 GREEN value IS 190 (74.61% from 255) = 33.81%

 BLUE value IS 224 (87.89% from 255) = 39.86%

R = 26.33%
G = 33.81%
B = 39.86%

CMYK

 C value IS 0.34

 M value IS 0.15

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#94BEE0 (or 0x94BEE0) is known color: Cornflower. HEX triplet: 94, BE and E0. RGB value is (148,190,224). Sum of RGB (Red+Green+Blue) = 148+190+224=562 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.33% from 562); Green value is 190 (74.61% from 255 or 33.81% from 562); Blue value is 224 (87.89% from 255 or 39.86% from 562); Max value from RGB is 224 - color contains mainly: blue. Hex color #94BEE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BEE0 is #6B411F. Grayscale: #B5B5B5. Windows color (decimal): -7029024 or 14728852. OLE color: 14728852.

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

Color convert

RGB 148 190 224 -
CMYK 0.34 0.15 0 0.12
HSL 206.84º 0.55% 0.73% -
HSV(B) 206.84º 0.34% 0.88% -
XYZ 44.08 48.5 77.56 -
YUV 181.32 152.09 104.24 -
System Red Green Blue C M Y K H S L
Decimal 148 190 224 0.34 0.15 0 0.12 206.84 0.55 0.73
Hex 94 BE E0 22 F 0 C CF 37 49
Octal 224 276 340 42 17 0 14 317 67 111
Binary 10010100 10111110 11100000 100010 1111 0 1100 11001111 110111 1001001

Color Harmonies of #94BEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BEE0

Black with #94BEE0

Text Example


Text Example

White with #94BEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,190,224); }

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

background-color css

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

 a { background-color: rgb(148,190,224); }

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

border-color css

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

 span { border-color: rgb(148,190,224); }

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