Html Css Color HEX #94E4F9 Columbia Blue

📋 copy color: '#94E4F9'

red 148 ◦ green 228 ◦ blue 249

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

Shades of Columbia Blue #94E4F9

Tints of Columbia Blue #94E4F9

RGB

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

 GREEN value IS 228 (89.45% from 255) = 36.48%

 BLUE value IS 249 (97.66% from 255) = 39.84%

R = 23.68%
G = 36.48%
B = 39.84%

CMYK

 C value IS 0.41

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#94E4F9 (or 0x94E4F9) is known color: Columbia Blue. HEX triplet: 94, E4 and F9. RGB value is (148,228,249). Sum of RGB (Red+Green+Blue) = 148+228+249=625 (82% of max value = 765). Red value is 148 (58.20% from 255 or 23.68% from 625); Green value is 228 (89.45% from 255 or 36.48% from 625); Blue value is 249 (97.66% from 255 or 39.84% from 625); Max value from RGB is 249 - color contains mainly: blue. Hex color #94E4F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94E4F9 is #6B1B06. Grayscale: #CECECE. Windows color (decimal): -7019271 or 16376980. OLE color: 16376980.

HSL color Cylindrical-coordinate representation of color #94E4F9: hue angle of 192.48º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94E4F9 is Cyan = 0.41, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 148 228 249 -
CMYK 0.41 0.08 0 0.02
HSL 192.48º 0.89% 0.78% -
HSV(B) 192.48º 0.41% 0.98% -
XYZ 57.06 68.62 99.86 -
YUV 206.47 152 86.29 -
System Red Green Blue C M Y K H S L
Decimal 148 228 249 0.41 0.08 0 0.02 192.48 0.89 0.78
Hex 94 E4 F9 29 8 0 2 C0 59 4E
Octal 224 344 371 51 10 0 2 300 131 116
Binary 10010100 11100100 11111001 101001 1000 0 10 11000000 1011001 1001110

Color Harmonies of #94E4F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94E4F9

Black with #94E4F9

Text Example


Text Example

White with #94E4F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,228,249); }

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

background-color css

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

 a { background-color: rgb(148,228,249); }

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

border-color css

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

 span { border-color: rgb(148,228,249); }

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