Html Css Color HEX #94BCE8 Cornflower

📋 copy color: '#94BCE8'

red 148 ◦ green 188 ◦ blue 232

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

Shades of Cornflower #94BCE8

Tints of Cornflower #94BCE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 40.85%

R = 26.06%
G = 33.1%
B = 40.85%

CMYK

 C value IS 0.36

 M value IS 0.19

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#94BCE8 (or 0x94BCE8) is known color: Cornflower. HEX triplet: 94, BC and E8. RGB value is (148,188,232). Sum of RGB (Red+Green+Blue) = 148+188+232=568 (75% of max value = 765). Red value is 148 (58.20% from 255 or 26.06% from 568); Green value is 188 (73.83% from 255 or 33.10% from 568); Blue value is 232 (91.02% from 255 or 40.85% from 568); Max value from RGB is 232 - color contains mainly: blue. Hex color #94BCE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94BCE8 is #6B4317. Grayscale: #B4B4B4. Windows color (decimal): -7029528 or 15252628. OLE color: 15252628.

HSL color Cylindrical-coordinate representation of color #94BCE8: hue angle of 211.43º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #94BCE8 is Cyan = 0.36, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 148 188 232 -
CMYK 0.36 0.19 0 0.09
HSL 211.43º 0.65% 0.75% -
HSV(B) 211.43º 0.36% 0.91% -
XYZ 44.76 48.09 83.27 -
YUV 181.06 156.75 104.42 -
System Red Green Blue C M Y K H S L
Decimal 148 188 232 0.36 0.19 0 0.09 211.43 0.65 0.75
Hex 94 BC E8 24 13 0 9 D3 41 4B
Octal 224 274 350 44 23 0 11 323 101 113
Binary 10010100 10111100 11101000 100100 10011 0 1001 11010011 1000001 1001011

Color Harmonies of #94BCE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BCE8

Black with #94BCE8

Text Example


Text Example

White with #94BCE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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