Html Css Color HEX #94B9DC Cornflower

📋 copy color: '#94B9DC'

red 148 ◦ green 185 ◦ blue 220

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

Shades of Cornflower #94B9DC

Tints of Cornflower #94B9DC

RGB

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

 GREEN value IS 185 (72.66% from 255) = 33.45%

 BLUE value IS 220 (86.33% from 255) = 39.78%

R = 26.76%
G = 33.45%
B = 39.78%

CMYK

 C value IS 0.33

 M value IS 0.16

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#94B9DC (or 0x94B9DC) is known color: Cornflower. HEX triplet: 94, B9 and DC. RGB value is (148,185,220). Sum of RGB (Red+Green+Blue) = 148+185+220=553 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.76% from 553); Green value is 185 (72.66% from 255 or 33.45% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 220 - color contains mainly: blue. Hex color #94B9DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94B9DC is #6B4623. Grayscale: #B1B1B1. Windows color (decimal): -7030308 or 14465428. OLE color: 14465428.

HSL color Cylindrical-coordinate representation of color #94B9DC: hue angle of 209.17º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94B9DC is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 148 185 220 -
CMYK 0.33 0.16 0 0.14
HSL 209.17º 0.51% 0.72% -
HSV(B) 209.17º 0.33% 0.86% -
XYZ 42.48 46.16 74.38 -
YUV 177.93 151.74 106.65 -
System Red Green Blue C M Y K H S L
Decimal 148 185 220 0.33 0.16 0 0.14 209.17 0.51 0.72
Hex 94 B9 DC 21 10 0 E D1 33 48
Octal 224 271 334 41 20 0 16 321 63 110
Binary 10010100 10111001 11011100 100001 10000 0 1110 11010001 110011 1001000

Color Harmonies of #94B9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B9DC

Black with #94B9DC

Text Example


Text Example

White with #94B9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,185,220); }

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

background-color css

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

 a { background-color: rgb(148,185,220); }

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

border-color css

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

 span { border-color: rgb(148,185,220); }

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