Html Css Color HEX #94C5EE Cornflower

📋 copy color: '#94C5EE'

red 148 ◦ green 197 ◦ blue 238

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

Shades of Cornflower #94C5EE

Tints of Cornflower #94C5EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 40.82%

R = 25.39%
G = 33.79%
B = 40.82%

CMYK

 C value IS 0.38

 M value IS 0.17

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#94C5EE (or 0x94C5EE) is known color: Cornflower. HEX triplet: 94, C5 and EE. RGB value is (148,197,238). Sum of RGB (Red+Green+Blue) = 148+197+238=583 (77% of max value = 765). Red value is 148 (58.20% from 255 or 25.39% from 583); Green value is 197 (77.34% from 255 or 33.79% from 583); Blue value is 238 (93.36% from 255 or 40.82% from 583); Max value from RGB is 238 - color contains mainly: blue. Hex color #94C5EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94C5EE is #6B3A11. Grayscale: #BABABA. Windows color (decimal): -7027218 or 15648148. OLE color: 15648148.

HSL color Cylindrical-coordinate representation of color #94C5EE: hue angle of 207.33º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94C5EE is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 148 197 238 -
CMYK 0.38 0.17 0 0.07
HSL 207.33º 0.73% 0.76% -
HSV(B) 207.33º 0.38% 0.93% -
XYZ 47.61 52.4 88.49 -
YUV 187.02 156.77 100.17 -
System Red Green Blue C M Y K H S L
Decimal 148 197 238 0.38 0.17 0 0.07 207.33 0.73 0.76
Hex 94 C5 EE 26 11 0 7 CF 49 4C
Octal 224 305 356 46 21 0 7 317 111 114
Binary 10010100 11000101 11101110 100110 10001 0 111 11001111 1001001 1001100

Color Harmonies of #94C5EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C5EE

Black with #94C5EE

Text Example


Text Example

White with #94C5EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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