Html Css Color HEX #94C1EF Cornflower

📋 copy color: '#94C1EF'

red 148 ◦ green 193 ◦ blue 239

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

Shades of Cornflower #94C1EF

Tints of Cornflower #94C1EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 41.21%

R = 25.52%
G = 33.28%
B = 41.21%

CMYK

 C value IS 0.38

 M value IS 0.19

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#94C1EF (or 0x94C1EF) is known color: Cornflower. HEX triplet: 94, C1 and EF. RGB value is (148,193,239). Sum of RGB (Red+Green+Blue) = 148+193+239=580 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.52% from 580); Green value is 193 (75.78% from 255 or 33.28% from 580); Blue value is 239 (93.75% from 255 or 41.21% from 580); Max value from RGB is 239 - color contains mainly: blue. Hex color #94C1EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94C1EF is #6B3E10. Grayscale: #B8B8B8. Windows color (decimal): -7028241 or 15712660. OLE color: 15712660.

HSL color Cylindrical-coordinate representation of color #94C1EF: hue angle of 210.33º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94C1EF is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 148 193 239 -
CMYK 0.38 0.19 0 0.06
HSL 210.33º 0.74% 0.76% -
HSV(B) 210.33º 0.38% 0.94% -
XYZ 46.86 50.67 88.97 -
YUV 184.79 158.59 101.76 -
System Red Green Blue C M Y K H S L
Decimal 148 193 239 0.38 0.19 0 0.06 210.33 0.74 0.76
Hex 94 C1 EF 26 13 0 6 D2 4A 4C
Octal 224 301 357 46 23 0 6 322 112 114
Binary 10010100 11000001 11101111 100110 10011 0 110 11010010 1001010 1001100

Color Harmonies of #94C1EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C1EF

Black with #94C1EF

Text Example


Text Example

White with #94C1EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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