Html Css Color HEX #94BBE1 Cornflower

📋 copy color: '#94BBE1'

red 148 ◦ green 187 ◦ blue 225

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

Shades of Cornflower #94BBE1

Tints of Cornflower #94BBE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 40.18%

R = 26.43%
G = 33.39%
B = 40.18%

CMYK

 C value IS 0.34

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#94BBE1 (or 0x94BBE1) is known color: Cornflower. HEX triplet: 94, BB and E1. RGB value is (148,187,225). Sum of RGB (Red+Green+Blue) = 148+187+225=560 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.43% from 560); Green value is 187 (73.44% from 255 or 33.39% from 560); Blue value is 225 (88.28% from 255 or 40.18% from 560); Max value from RGB is 225 - color contains mainly: blue. Hex color #94BBE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BBE1 is #6B441E. Grayscale: #B3B3B3. Windows color (decimal): -7029791 or 14793620. OLE color: 14793620.

HSL color Cylindrical-coordinate representation of color #94BBE1: hue angle of 209.61º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #94BBE1 is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 148 187 225 -
CMYK 0.34 0.17 0 0.12
HSL 209.61º 0.56% 0.73% -
HSV(B) 209.61º 0.34% 0.88% -
XYZ 43.57 47.27 78.06 -
YUV 179.67 153.58 105.41 -
System Red Green Blue C M Y K H S L
Decimal 148 187 225 0.34 0.17 0 0.12 209.61 0.56 0.73
Hex 94 BB E1 22 11 0 C D2 38 49
Octal 224 273 341 42 21 0 14 322 70 111
Binary 10010100 10111011 11100001 100010 10001 0 1100 11010010 111000 1001001

Color Harmonies of #94BBE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BBE1

Black with #94BBE1

Text Example


Text Example

White with #94BBE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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