Html Css Color HEX #94BBDD Cornflower

📋 copy color: '#94BBDD'

red 148 ◦ green 187 ◦ blue 221

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

Shades of Cornflower #94BBDD

Tints of Cornflower #94BBDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.75%

R = 26.62%
G = 33.63%
B = 39.75%

CMYK

 C value IS 0.33

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#94BBDD (or 0x94BBDD) is known color: Cornflower. HEX triplet: 94, BB and DD. RGB value is (148,187,221). Sum of RGB (Red+Green+Blue) = 148+187+221=556 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.62% from 556); Green value is 187 (73.44% from 255 or 33.63% from 556); Blue value is 221 (86.72% from 255 or 39.75% from 556); Max value from RGB is 221 - color contains mainly: blue. Hex color #94BBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BBDD is #6B4422. Grayscale: #B3B3B3. Windows color (decimal): -7029795 or 14531476. OLE color: 14531476.

HSL color Cylindrical-coordinate representation of color #94BBDD: hue angle of 207.95º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94BBDD is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 148 187 221 -
CMYK 0.33 0.15 0 0.13
HSL 207.95º 0.52% 0.72% -
HSV(B) 207.95º 0.33% 0.87% -
XYZ 43.03 47.06 75.22 -
YUV 179.22 151.58 105.74 -
System Red Green Blue C M Y K H S L
Decimal 148 187 221 0.33 0.15 0 0.13 207.95 0.52 0.72
Hex 94 BB DD 21 F 0 D D0 34 48
Octal 224 273 335 41 17 0 15 320 64 110
Binary 10010100 10111011 11011101 100001 1111 0 1101 11010000 110100 1001000

Color Harmonies of #94BBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BBDD

Black with #94BBDD

Text Example


Text Example

White with #94BBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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