Html Css Color HEX #94E1FB Columbia Blue

📋 copy color: '#94E1FB'

red 148 ◦ green 225 ◦ blue 251

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

Shades of Columbia Blue #94E1FB

Tints of Columbia Blue #94E1FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 40.22%

R = 23.72%
G = 36.06%
B = 40.22%

CMYK

 C value IS 0.41

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#94E1FB (or 0x94E1FB) is known color: Columbia Blue. HEX triplet: 94, E1 and FB. RGB value is (148,225,251). Sum of RGB (Red+Green+Blue) = 148+225+251=624 (82% of max value = 765). Red value is 148 (58.20% from 255 or 23.72% from 624); Green value is 225 (88.28% from 255 or 36.06% from 624); Blue value is 251 (98.44% from 255 or 40.22% from 624); Max value from RGB is 251 - color contains mainly: blue. Hex color #94E1FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94E1FB is #6B1E04. Grayscale: #CCCCCC. Windows color (decimal): -7020037 or 16507284. OLE color: 16507284.

HSL color Cylindrical-coordinate representation of color #94E1FB: hue angle of 195.15º degrees, saturation: 0.93, 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 #94E1FB is Cyan = 0.41, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 148 225 251 -
CMYK 0.41 0.10 0 0.02
HSL 195.15º 0.93% 0.78% -
HSV(B) 195.15º 0.41% 0.98% -
XYZ 56.55 67.11 101.24 -
YUV 204.94 153.99 87.39 -
System Red Green Blue C M Y K H S L
Decimal 148 225 251 0.41 0.10 0 0.02 195.15 0.93 0.78
Hex 94 E1 FB 29 A 0 2 C3 5D 4E
Octal 224 341 373 51 12 0 2 303 135 116
Binary 10010100 11100001 11111011 101001 1010 0 10 11000011 1011101 1001110

Color Harmonies of #94E1FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94E1FB

Black with #94E1FB

Text Example


Text Example

White with #94E1FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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