Html Css Color HEX #94C5F0 Cornflower

📋 copy color: '#94C5F0'

red 148 ◦ green 197 ◦ blue 240

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

Shades of Cornflower #94C5F0

Tints of Cornflower #94C5F0

RGB

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

 GREEN value IS 197 (77.34% from 255) = 33.68%

 BLUE value IS 240 (94.14% from 255) = 41.03%

R = 25.3%
G = 33.68%
B = 41.03%

CMYK

 C value IS 0.38

 M value IS 0.18

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#94C5F0 (or 0x94C5F0) is known color: Cornflower. HEX triplet: 94, C5 and F0. RGB value is (148,197,240). Sum of RGB (Red+Green+Blue) = 148+197+240=585 (77% of max value = 765). Red value is 148 (58.20% from 255 or 25.30% from 585); Green value is 197 (77.34% from 255 or 33.68% from 585); Blue value is 240 (94.14% from 255 or 41.03% from 585); Max value from RGB is 240 - color contains mainly: blue. Hex color #94C5F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94C5F0 is #6B3A0F. Grayscale: #BBBBBB. Windows color (decimal): -7027216 or 15779220. OLE color: 15779220.

HSL color Cylindrical-coordinate representation of color #94C5F0: hue angle of 208.04º degrees, saturation: 0.75, 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 #94C5F0 is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 148 197 240 -
CMYK 0.38 0.18 0 0.06
HSL 208.04º 0.75% 0.76% -
HSV(B) 208.04º 0.38% 0.94% -
XYZ 47.91 52.52 90.05 -
YUV 187.25 157.77 100 -
System Red Green Blue C M Y K H S L
Decimal 148 197 240 0.38 0.18 0 0.06 208.04 0.75 0.76
Hex 94 C5 F0 26 12 0 6 D0 4B 4C
Octal 224 305 360 46 22 0 6 320 113 114
Binary 10010100 11000101 11110000 100110 10010 0 110 11010000 1001011 1001100

Color Harmonies of #94C5F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C5F0

Black with #94C5F0

Text Example


Text Example

White with #94C5F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,197,240); }

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

background-color css

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

 a { background-color: rgb(148,197,240); }

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

border-color css

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

 span { border-color: rgb(148,197,240); }

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