Html Css Color HEX #94C1DC Cornflower

📋 copy color: '#94C1DC'

red 148 ◦ green 193 ◦ blue 220

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

Shades of Cornflower #94C1DC

Tints of Cornflower #94C1DC

RGB

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

 GREEN value IS 193 (75.78% from 255) = 34.4%

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

R = 26.38%
G = 34.4%
B = 39.22%

CMYK

 C value IS 0.33

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#94C1DC (or 0x94C1DC) is known color: Cornflower. HEX triplet: 94, C1 and DC. RGB value is (148,193,220). Sum of RGB (Red+Green+Blue) = 148+193+220=561 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.38% from 561); Green value is 193 (75.78% from 255 or 34.40% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 220 - color contains mainly: blue. Hex color #94C1DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94C1DC is #6B3E23. Grayscale: #B6B6B6. Windows color (decimal): -7028260 or 14467476. OLE color: 14467476.

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

Color convert

RGB 148 193 220 -
CMYK 0.33 0.12 0 0.14
HSL 202.5º 0.51% 0.72% -
HSV(B) 202.5º 0.33% 0.86% -
XYZ 44.2 49.6 74.95 -
YUV 182.62 149.09 103.3 -
System Red Green Blue C M Y K H S L
Decimal 148 193 220 0.33 0.12 0 0.14 202.5 0.51 0.72
Hex 94 C1 DC 21 C 0 E CA 33 48
Octal 224 301 334 41 14 0 16 312 63 110
Binary 10010100 11000001 11011100 100001 1100 0 1110 11001010 110011 1001000

Color Harmonies of #94C1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C1DC

Black with #94C1DC

Text Example


Text Example

White with #94C1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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