Html Css Color HEX #94BCDB Cornflower

📋 copy color: '#94BCDB'

red 148 ◦ green 188 ◦ blue 219

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

Shades of Cornflower #94BCDB

Tints of Cornflower #94BCDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.46%

R = 26.67%
G = 33.87%
B = 39.46%

CMYK

 C value IS 0.32

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#94BCDB (or 0x94BCDB) is known color: Cornflower. HEX triplet: 94, BC and DB. RGB value is (148,188,219). Sum of RGB (Red+Green+Blue) = 148+188+219=555 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.67% from 555); Green value is 188 (73.83% from 255 or 33.87% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 219 - color contains mainly: blue. Hex color #94BCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BCDB is #6B4324. Grayscale: #B3B3B3. Windows color (decimal): -7029541 or 14400660. OLE color: 14400660.

HSL color Cylindrical-coordinate representation of color #94BCDB: hue angle of 206.2º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #94BCDB is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 148 188 219 -
CMYK 0.32 0.14 0 0.14
HSL 206.2º 0.5% 0.72% -
HSV(B) 206.2º 0.32% 0.86% -
XYZ 42.98 47.38 73.9 -
YUV 179.57 150.25 105.48 -
System Red Green Blue C M Y K H S L
Decimal 148 188 219 0.32 0.14 0 0.14 206.2 0.5 0.72
Hex 94 BC DB 20 E 0 E CE 32 48
Octal 224 274 333 40 16 0 16 316 62 110
Binary 10010100 10111100 11011011 100000 1110 0 1110 11001110 110010 1001000

Color Harmonies of #94BCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BCDB

Black with #94BCDB

Text Example


Text Example

White with #94BCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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