Html Css Color HEX #94C5DF Cornflower

📋 copy color: '#94C5DF'

red 148 ◦ green 197 ◦ blue 223

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

Shades of Cornflower #94C5DF

Tints of Cornflower #94C5DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.26%

R = 26.06%
G = 34.68%
B = 39.26%

CMYK

 C value IS 0.34

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#94C5DF (or 0x94C5DF) is known color: Cornflower. HEX triplet: 94, C5 and DF. RGB value is (148,197,223). Sum of RGB (Red+Green+Blue) = 148+197+223=568 (75% of max value = 765). Red value is 148 (58.20% from 255 or 26.06% from 568); Green value is 197 (77.34% from 255 or 34.68% from 568); Blue value is 223 (87.5% from 255 or 39.26% from 568); Max value from RGB is 223 - color contains mainly: blue. Hex color #94C5DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94C5DF is #6B3A20. Grayscale: #B9B9B9. Windows color (decimal): -7027233 or 14665108. OLE color: 14665108.

HSL color Cylindrical-coordinate representation of color #94C5DF: hue angle of 200.8º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #94C5DF is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 148 197 223 -
CMYK 0.34 0.12 0 0.13
HSL 200.8º 0.54% 0.73% -
HSV(B) 200.8º 0.34% 0.87% -
XYZ 45.5 51.56 77.37 -
YUV 185.31 149.27 101.39 -
System Red Green Blue C M Y K H S L
Decimal 148 197 223 0.34 0.12 0 0.13 200.8 0.54 0.73
Hex 94 C5 DF 22 C 0 D C9 36 49
Octal 224 305 337 42 14 0 15 311 66 111
Binary 10010100 11000101 11011111 100010 1100 0 1101 11001001 110110 1001001

Color Harmonies of #94C5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C5DF

Black with #94C5DF

Text Example


Text Example

White with #94C5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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