Html Css Color HEX #94E1F8 Columbia Blue

📋 copy color: '#94E1F8'

red 148 ◦ green 225 ◦ blue 248

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

Shades of Columbia Blue #94E1F8

Tints of Columbia Blue #94E1F8

RGB

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

 GREEN value IS 225 (88.28% from 255) = 36.23%

 BLUE value IS 248 (97.27% from 255) = 39.94%

R = 23.83%
G = 36.23%
B = 39.94%

CMYK

 C value IS 0.40

 M value IS 0.09

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#94E1F8 (or 0x94E1F8) is known color: Columbia Blue. HEX triplet: 94, E1 and F8. RGB value is (148,225,248). Sum of RGB (Red+Green+Blue) = 148+225+248=621 (82% of max value = 765). Red value is 148 (58.20% from 255 or 23.83% from 621); Green value is 225 (88.28% from 255 or 36.23% from 621); Blue value is 248 (97.27% from 255 or 39.94% from 621); Max value from RGB is 248 - color contains mainly: blue. Hex color #94E1F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94E1F8 is #6B1E07. Grayscale: #CCCCCC. Windows color (decimal): -7020040 or 16310676. OLE color: 16310676.

HSL color Cylindrical-coordinate representation of color #94E1F8: hue angle of 193.8º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #94E1F8 is Cyan = 0.40, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 148 225 248 -
CMYK 0.40 0.09 0 0.03
HSL 193.8º 0.88% 0.78% -
HSV(B) 193.8º 0.4% 0.97% -
XYZ 56.08 66.92 98.77 -
YUV 204.6 152.49 87.63 -
System Red Green Blue C M Y K H S L
Decimal 148 225 248 0.40 0.09 0 0.03 193.8 0.88 0.78
Hex 94 E1 F8 28 9 0 3 C2 58 4E
Octal 224 341 370 50 11 0 3 302 130 116
Binary 10010100 11100001 11111000 101000 1001 0 11 11000010 1011000 1001110

Color Harmonies of #94E1F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94E1F8

Black with #94E1F8

Text Example


Text Example

White with #94E1F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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