Html Css Color HEX #94BCDD Cornflower

📋 copy color: '#94BCDD'

red 148 ◦ green 188 ◦ blue 221

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

Shades of Cornflower #94BCDD

Tints of Cornflower #94BCDD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 33.75%

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

R = 26.57%
G = 33.75%
B = 39.68%

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

#94BCDD (or 0x94BCDD) is known color: Cornflower. HEX triplet: 94, BC and DD. RGB value is (148,188,221). Sum of RGB (Red+Green+Blue) = 148+188+221=557 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.57% from 557); Green value is 188 (73.83% from 255 or 33.75% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 221 - color contains mainly: blue. Hex color #94BCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BCDD is #6B4322. Grayscale: #B3B3B3. Windows color (decimal): -7029539 or 14531732. OLE color: 14531732.

HSL color Cylindrical-coordinate representation of color #94BCDD: hue angle of 207.12º 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 #94BCDD is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 148 188 221 -
CMYK 0.33 0.15 0 0.13
HSL 207.12º 0.52% 0.72% -
HSV(B) 207.12º 0.33% 0.87% -
XYZ 43.25 47.48 75.29 -
YUV 179.8 151.25 105.32 -
System Red Green Blue C M Y K H S L
Decimal 148 188 221 0.33 0.15 0 0.13 207.12 0.52 0.72
Hex 94 BC DD 21 F 0 D CF 34 48
Octal 224 274 335 41 17 0 15 317 64 110
Binary 10010100 10111100 11011101 100001 1111 0 1101 11001111 110100 1001000

Color Harmonies of #94BCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BCDD

Black with #94BCDD

Text Example


Text Example

White with #94BCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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