Html Css Color HEX #94C6DC Cornflower

📋 copy color: '#94C6DC'

red 148 ◦ green 198 ◦ blue 220

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

Shades of Cornflower #94C6DC

Tints of Cornflower #94C6DC

RGB

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

 GREEN value IS 198 (77.73% from 255) = 34.98%

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

R = 26.15%
G = 34.98%
B = 38.87%

CMYK

 C value IS 0.33

 M value IS 0.1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#94C6DC (or 0x94C6DC) is known color: Cornflower. HEX triplet: 94, C6 and DC. RGB value is (148,198,220). Sum of RGB (Red+Green+Blue) = 148+198+220=566 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.15% from 566); Green value is 198 (77.73% from 255 or 34.98% from 566); Blue value is 220 (86.33% from 255 or 38.87% from 566); Max value from RGB is 220 - color contains mainly: blue. Hex color #94C6DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94C6DC is #6B3923. Grayscale: #B9B9B9. Windows color (decimal): -7026980 or 14468756. OLE color: 14468756.

HSL color Cylindrical-coordinate representation of color #94C6DC: hue angle of 198.33º 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 #94C6DC is Cyan = 0.33, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 148 198 220 -
CMYK 0.33 0.1 0 0.14
HSL 198.33º 0.51% 0.72% -
HSV(B) 198.33º 0.33% 0.86% -
XYZ 45.33 51.85 75.33 -
YUV 185.56 147.44 101.21 -
System Red Green Blue C M Y K H S L
Decimal 148 198 220 0.33 0.1 0 0.14 198.33 0.51 0.72
Hex 94 C6 DC 21 A 0 E C6 33 48
Octal 224 306 334 41 12 0 16 306 63 110
Binary 10010100 11000110 11011100 100001 1010 0 1110 11000110 110011 1001000

Color Harmonies of #94C6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C6DC

Black with #94C6DC

Text Example


Text Example

White with #94C6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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