Html Css Color HEX #94BBDF Cornflower

📋 copy color: '#94BBDF'

red 148 ◦ green 187 ◦ blue 223

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

Shades of Cornflower #94BBDF

Tints of Cornflower #94BBDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.96%

R = 26.52%
G = 33.51%
B = 39.96%

CMYK

 C value IS 0.34

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#94BBDF (or 0x94BBDF) is known color: Cornflower. HEX triplet: 94, BB and DF. RGB value is (148,187,223). Sum of RGB (Red+Green+Blue) = 148+187+223=558 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.52% from 558); Green value is 187 (73.44% from 255 or 33.51% from 558); Blue value is 223 (87.5% from 255 or 39.96% from 558); Max value from RGB is 223 - color contains mainly: blue. Hex color #94BBDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BBDF is #6B4420. Grayscale: #B3B3B3. Windows color (decimal): -7029793 or 14662548. OLE color: 14662548.

HSL color Cylindrical-coordinate representation of color #94BBDF: hue angle of 208.8º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #94BBDF is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 148 187 223 -
CMYK 0.34 0.16 0 0.13
HSL 208.8º 0.54% 0.73% -
HSV(B) 208.8º 0.34% 0.87% -
XYZ 43.3 47.16 76.63 -
YUV 179.44 152.58 105.57 -
System Red Green Blue C M Y K H S L
Decimal 148 187 223 0.34 0.16 0 0.13 208.8 0.54 0.73
Hex 94 BB DF 22 10 0 D D1 36 49
Octal 224 273 337 42 20 0 15 321 66 111
Binary 10010100 10111011 11011111 100010 10000 0 1101 11010001 110110 1001001

Color Harmonies of #94BBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BBDF

Black with #94BBDF

Text Example


Text Example

White with #94BBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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