Html Css Color HEX #94BBEE Cornflower

📋 copy color: '#94BBEE'

red 148 ◦ green 187 ◦ blue 238

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

Shades of Cornflower #94BBEE

Tints of Cornflower #94BBEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.54%

R = 25.83%
G = 32.64%
B = 41.54%

CMYK

 C value IS 0.38

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#94BBEE (or 0x94BBEE) is known color: Cornflower. HEX triplet: 94, BB and EE. RGB value is (148,187,238). Sum of RGB (Red+Green+Blue) = 148+187+238=573 (75% of max value = 765). Red value is 148 (58.20% from 255 or 25.83% from 573); Green value is 187 (73.44% from 255 or 32.64% from 573); Blue value is 238 (93.36% from 255 or 41.54% from 573); Max value from RGB is 238 - color contains mainly: blue. Hex color #94BBEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94BBEE is #6B4411. Grayscale: #B4B4B4. Windows color (decimal): -7029778 or 15645588. OLE color: 15645588.

HSL color Cylindrical-coordinate representation of color #94BBEE: hue angle of 214º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94BBEE is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 148 187 238 -
CMYK 0.38 0.21 0 0.07
HSL 214º 0.73% 0.76% -
HSV(B) 214º 0.38% 0.93% -
XYZ 45.42 48.01 87.76 -
YUV 181.15 160.08 104.35 -
System Red Green Blue C M Y K H S L
Decimal 148 187 238 0.38 0.21 0 0.07 214 0.73 0.76
Hex 94 BB EE 26 15 0 7 D6 49 4C
Octal 224 273 356 46 25 0 7 326 111 114
Binary 10010100 10111011 11101110 100110 10101 0 111 11010110 1001001 1001100

Color Harmonies of #94BBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BBEE

Black with #94BBEE

Text Example


Text Example

White with #94BBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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