Html Css Color HEX #94BBED Cornflower

📋 copy color: '#94BBED'

red 148 ◦ green 187 ◦ blue 237

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

Shades of Cornflower #94BBED

Tints of Cornflower #94BBED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.43%

R = 25.87%
G = 32.69%
B = 41.43%

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

#94BBED (or 0x94BBED) is known color: Cornflower. HEX triplet: 94, BB and ED. RGB value is (148,187,237). Sum of RGB (Red+Green+Blue) = 148+187+237=572 (75% of max value = 765). Red value is 148 (58.20% from 255 or 25.87% from 572); Green value is 187 (73.44% from 255 or 32.69% from 572); Blue value is 237 (92.97% from 255 or 41.43% from 572); Max value from RGB is 237 - color contains mainly: blue. Hex color #94BBED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94BBED is #6B4412. Grayscale: #B4B4B4. Windows color (decimal): -7029779 or 15580052. OLE color: 15580052.

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

Color convert

RGB 148 187 237 -
CMYK 0.38 0.21 0 0.07
HSL 213.71º 0.71% 0.75% -
HSV(B) 213.71º 0.38% 0.93% -
XYZ 45.27 47.95 86.99 -
YUV 181.04 159.58 104.43 -
System Red Green Blue C M Y K H S L
Decimal 148 187 237 0.38 0.21 0 0.07 213.71 0.71 0.75
Hex 94 BB ED 26 15 0 7 D6 47 4B
Octal 224 273 355 46 25 0 7 326 107 113
Binary 10010100 10111011 11101101 100110 10101 0 111 11010110 1000111 1001011

Color Harmonies of #94BBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BBED

Black with #94BBED

Text Example


Text Example

White with #94BBED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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