Html Css Color HEX #94BEDB Cornflower

📋 copy color: '#94BEDB'

red 148 ◦ green 190 ◦ blue 219

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

Shades of Cornflower #94BEDB

Tints of Cornflower #94BEDB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 34.11%

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

R = 26.57%
G = 34.11%
B = 39.32%

CMYK

 C value IS 0.32

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#94BEDB (or 0x94BEDB) is known color: Cornflower. HEX triplet: 94, BE and DB. RGB value is (148,190,219). Sum of RGB (Red+Green+Blue) = 148+190+219=557 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.57% from 557); Green value is 190 (74.61% from 255 or 34.11% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 219 - color contains mainly: blue. Hex color #94BEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BEDB is #6B4124. Grayscale: #B4B4B4. Windows color (decimal): -7029029 or 14401172. OLE color: 14401172.

HSL color Cylindrical-coordinate representation of color #94BEDB: hue angle of 204.51º 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 #94BEDB is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 148 190 219 -
CMYK 0.32 0.13 0 0.14
HSL 204.51º 0.5% 0.72% -
HSV(B) 204.51º 0.32% 0.86% -
XYZ 43.41 48.24 74.04 -
YUV 180.75 149.59 104.64 -
System Red Green Blue C M Y K H S L
Decimal 148 190 219 0.32 0.13 0 0.14 204.51 0.5 0.72
Hex 94 BE DB 20 D 0 E CD 32 48
Octal 224 276 333 40 15 0 16 315 62 110
Binary 10010100 10111110 11011011 100000 1101 0 1110 11001101 110010 1001000

Color Harmonies of #94BEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BEDB

Black with #94BEDB

Text Example


Text Example

White with #94BEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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