Html Css Color HEX #94BFDF Cornflower

📋 copy color: '#94BFDF'

red 148 ◦ green 191 ◦ blue 223

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

Shades of Cornflower #94BFDF

Tints of Cornflower #94BFDF

RGB

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

 GREEN value IS 191 (75% from 255) = 33.99%

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

R = 26.33%
G = 33.99%
B = 39.68%

CMYK

 C value IS 0.34

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#94BFDF (or 0x94BFDF) is known color: Cornflower. HEX triplet: 94, BF and DF. RGB value is (148,191,223). Sum of RGB (Red+Green+Blue) = 148+191+223=562 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.33% from 562); Green value is 191 (75% from 255 or 33.99% from 562); Blue value is 223 (87.5% from 255 or 39.68% from 562); Max value from RGB is 223 - color contains mainly: blue. Hex color #94BFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BFDF is #6B4020. Grayscale: #B5B5B5. Windows color (decimal): -7028769 or 14663572. OLE color: 14663572.

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

Color convert

RGB 148 191 223 -
CMYK 0.34 0.14 0 0.13
HSL 205.6º 0.54% 0.73% -
HSV(B) 205.6º 0.34% 0.87% -
XYZ 44.16 48.89 76.92 -
YUV 181.79 151.25 103.9 -
System Red Green Blue C M Y K H S L
Decimal 148 191 223 0.34 0.14 0 0.13 205.6 0.54 0.73
Hex 94 BF DF 22 E 0 D CE 36 49
Octal 224 277 337 42 16 0 15 316 66 111
Binary 10010100 10111111 11011111 100010 1110 0 1101 11001110 110110 1001001

Color Harmonies of #94BFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BFDF

Black with #94BFDF

Text Example


Text Example

White with #94BFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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