Html Css Color HEX #94BCDE Cornflower

📋 copy color: '#94BCDE'

red 148 ◦ green 188 ◦ blue 222

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

Shades of Cornflower #94BCDE

Tints of Cornflower #94BCDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.78%

R = 26.52%
G = 33.69%
B = 39.78%

CMYK

 C value IS 0.33

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#94BCDE (or 0x94BCDE) is known color: Cornflower. HEX triplet: 94, BC and DE. RGB value is (148,188,222). Sum of RGB (Red+Green+Blue) = 148+188+222=558 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.52% from 558); Green value is 188 (73.83% from 255 or 33.69% from 558); Blue value is 222 (87.11% from 255 or 39.78% from 558); Max value from RGB is 222 - color contains mainly: blue. Hex color #94BCDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BCDE is #6B4321. Grayscale: #B3B3B3. Windows color (decimal): -7029538 or 14597268. OLE color: 14597268.

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

Color convert

RGB 148 188 222 -
CMYK 0.33 0.15 0 0.13
HSL 207.57º 0.53% 0.73% -
HSV(B) 207.57º 0.33% 0.87% -
XYZ 43.38 47.54 76 -
YUV 179.92 151.75 105.24 -
System Red Green Blue C M Y K H S L
Decimal 148 188 222 0.33 0.15 0 0.13 207.57 0.53 0.73
Hex 94 BC DE 21 F 0 D D0 35 49
Octal 224 274 336 41 17 0 15 320 65 111
Binary 10010100 10111100 11011110 100001 1111 0 1101 11010000 110101 1001001

Color Harmonies of #94BCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BCDE

Black with #94BCDE

Text Example


Text Example

White with #94BCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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