Html Css Color HEX #94BFE1 Cornflower

📋 copy color: '#94BFE1'

red 148 ◦ green 191 ◦ blue 225

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

Shades of Cornflower #94BFE1

Tints of Cornflower #94BFE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 39.89%

R = 26.24%
G = 33.87%
B = 39.89%

CMYK

 C value IS 0.34

 M value IS 0.15

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#94BFE1 (or 0x94BFE1) is known color: Cornflower. HEX triplet: 94, BF and E1. RGB value is (148,191,225). Sum of RGB (Red+Green+Blue) = 148+191+225=564 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.24% from 564); Green value is 191 (75% from 255 or 33.87% from 564); Blue value is 225 (88.28% from 255 or 39.89% from 564); Max value from RGB is 225 - color contains mainly: blue. Hex color #94BFE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BFE1 is #6B401E. Grayscale: #B5B5B5. Windows color (decimal): -7028767 or 14794644. OLE color: 14794644.

HSL color Cylindrical-coordinate representation of color #94BFE1: hue angle of 206.49º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #94BFE1 is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 148 191 225 -
CMYK 0.34 0.15 0 0.12
HSL 206.49º 0.56% 0.73% -
HSV(B) 206.49º 0.34% 0.88% -
XYZ 44.43 48.99 78.35 -
YUV 182.02 152.25 103.74 -
System Red Green Blue C M Y K H S L
Decimal 148 191 225 0.34 0.15 0 0.12 206.49 0.56 0.73
Hex 94 BF E1 22 F 0 C CE 38 49
Octal 224 277 341 42 17 0 14 316 70 111
Binary 10010100 10111111 11100001 100010 1111 0 1100 11001110 111000 1001001

Color Harmonies of #94BFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BFE1

Black with #94BFE1

Text Example


Text Example

White with #94BFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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