Html Css Color HEX #94BFF0 Cornflower

📋 copy color: '#94BFF0'

red 148 ◦ green 191 ◦ blue 240

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

Shades of Cornflower #94BFF0

Tints of Cornflower #94BFF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 41.45%

R = 25.56%
G = 32.99%
B = 41.45%

CMYK

 C value IS 0.38

 M value IS 0.20

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#94BFF0 (or 0x94BFF0) is known color: Cornflower. HEX triplet: 94, BF and F0. RGB value is (148,191,240). Sum of RGB (Red+Green+Blue) = 148+191+240=579 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.56% from 579); Green value is 191 (75% from 255 or 32.99% from 579); Blue value is 240 (94.14% from 255 or 41.45% from 579); Max value from RGB is 240 - color contains mainly: blue. Hex color #94BFF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94BFF0 is #6B400F. Grayscale: #B7B7B7. Windows color (decimal): -7028752 or 15777684. OLE color: 15777684.

HSL color Cylindrical-coordinate representation of color #94BFF0: hue angle of 211.96º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94BFF0 is Cyan = 0.38, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 148 191 240 -
CMYK 0.38 0.20 0 0.06
HSL 211.96º 0.75% 0.76% -
HSV(B) 211.96º 0.38% 0.94% -
XYZ 46.57 49.85 89.61 -
YUV 183.73 159.75 102.52 -
System Red Green Blue C M Y K H S L
Decimal 148 191 240 0.38 0.20 0 0.06 211.96 0.75 0.76
Hex 94 BF F0 26 14 0 6 D4 4B 4C
Octal 224 277 360 46 24 0 6 324 113 114
Binary 10010100 10111111 11110000 100110 10100 0 110 11010100 1001011 1001100

Color Harmonies of #94BFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BFF0

Black with #94BFF0

Text Example


Text Example

White with #94BFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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