Html Css Color HEX #94BFEB Cornflower

📋 copy color: '#94BFEB'

red 148 ◦ green 191 ◦ blue 235

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

Shades of Cornflower #94BFEB

Tints of Cornflower #94BFEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 40.94%

R = 25.78%
G = 33.28%
B = 40.94%

CMYK

 C value IS 0.37

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#94BFEB (or 0x94BFEB) is known color: Cornflower. HEX triplet: 94, BF and EB. RGB value is (148,191,235). Sum of RGB (Red+Green+Blue) = 148+191+235=574 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.78% from 574); Green value is 191 (75% from 255 or 33.28% from 574); Blue value is 235 (92.19% from 255 or 40.94% from 574); Max value from RGB is 235 - color contains mainly: blue. Hex color #94BFEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94BFEB is #6B4014. Grayscale: #B6B6B6. Windows color (decimal): -7028757 or 15450004. OLE color: 15450004.

HSL color Cylindrical-coordinate representation of color #94BFEB: hue angle of 210.34º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94BFEB is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 148 191 235 -
CMYK 0.37 0.19 0 0.08
HSL 210.34º 0.69% 0.75% -
HSV(B) 210.34º 0.37% 0.92% -
XYZ 45.84 49.56 85.75 -
YUV 183.16 157.25 102.92 -
System Red Green Blue C M Y K H S L
Decimal 148 191 235 0.37 0.19 0 0.08 210.34 0.69 0.75
Hex 94 BF EB 25 13 0 8 D2 45 4B
Octal 224 277 353 45 23 0 10 322 105 113
Binary 10010100 10111111 11101011 100101 10011 0 1000 11010010 1000101 1001011

Color Harmonies of #94BFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BFEB

Black with #94BFEB

Text Example


Text Example

White with #94BFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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