Html Css Color HEX #94BCF1 Cornflower

📋 copy color: '#94BCF1'

red 148 ◦ green 188 ◦ blue 241

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

Shades of Cornflower #94BCF1

Tints of Cornflower #94BCF1

RGB

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

 GREEN value IS 188 (73.83% from 255) = 32.58%

 BLUE value IS 241 (94.53% from 255) = 41.77%

R = 25.65%
G = 32.58%
B = 41.77%

CMYK

 C value IS 0.39

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#94BCF1 (or 0x94BCF1) is known color: Cornflower. HEX triplet: 94, BC and F1. RGB value is (148,188,241). Sum of RGB (Red+Green+Blue) = 148+188+241=577 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.65% from 577); Green value is 188 (73.83% from 255 or 32.58% from 577); Blue value is 241 (94.53% from 255 or 41.77% from 577); Max value from RGB is 241 - color contains mainly: blue. Hex color #94BCF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94BCF1 is #6B430E. Grayscale: #B5B5B5. Windows color (decimal): -7029519 or 15842452. OLE color: 15842452.

HSL color Cylindrical-coordinate representation of color #94BCF1: hue angle of 214.19º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #94BCF1 is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 148 188 241 -
CMYK 0.39 0.22 0 0.05
HSL 214.19º 0.77% 0.76% -
HSV(B) 214.19º 0.39% 0.95% -
XYZ 46.07 48.61 90.17 -
YUV 182.08 161.25 103.69 -
System Red Green Blue C M Y K H S L
Decimal 148 188 241 0.39 0.22 0 0.05 214.19 0.77 0.76
Hex 94 BC F1 27 16 0 5 D6 4D 4C
Octal 224 274 361 47 26 0 5 326 115 114
Binary 10010100 10111100 11110001 100111 10110 0 101 11010110 1001101 1001100

Color Harmonies of #94BCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BCF1

Black with #94BCF1

Text Example


Text Example

White with #94BCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,188,241); }

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

background-color css

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

 a { background-color: rgb(148,188,241); }

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

border-color css

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

 span { border-color: rgb(148,188,241); }

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