Html Css Color HEX #94BBEA Cornflower

📋 copy color: '#94BBEA'

red 148 ◦ green 187 ◦ blue 234

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

Shades of Cornflower #94BBEA

Tints of Cornflower #94BBEA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 32.86%

 BLUE value IS 234 (91.8% from 255) = 41.12%

R = 26.01%
G = 32.86%
B = 41.12%

CMYK

 C value IS 0.37

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#94BBEA (or 0x94BBEA) is known color: Cornflower. HEX triplet: 94, BB and EA. RGB value is (148,187,234). Sum of RGB (Red+Green+Blue) = 148+187+234=569 (75% of max value = 765). Red value is 148 (58.20% from 255 or 26.01% from 569); Green value is 187 (73.44% from 255 or 32.86% from 569); Blue value is 234 (91.80% from 255 or 41.12% from 569); Max value from RGB is 234 - color contains mainly: blue. Hex color #94BBEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94BBEA is #6B4415. Grayscale: #B4B4B4. Windows color (decimal): -7029782 or 15383444. OLE color: 15383444.

HSL color Cylindrical-coordinate representation of color #94BBEA: hue angle of 212.79º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94BBEA is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 148 187 234 -
CMYK 0.37 0.20 0 0.08
HSL 212.79º 0.67% 0.75% -
HSV(B) 212.79º 0.37% 0.92% -
XYZ 44.83 47.78 84.7 -
YUV 180.7 158.08 104.68 -
System Red Green Blue C M Y K H S L
Decimal 148 187 234 0.37 0.20 0 0.08 212.79 0.67 0.75
Hex 94 BB EA 25 14 0 8 D5 43 4B
Octal 224 273 352 45 24 0 10 325 103 113
Binary 10010100 10111011 11101010 100101 10100 0 1000 11010101 1000011 1001011

Color Harmonies of #94BBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BBEA

Black with #94BBEA

Text Example


Text Example

White with #94BBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,187,234); }

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

background-color css

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

 a { background-color: rgb(148,187,234); }

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

border-color css

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

 span { border-color: rgb(148,187,234); }

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