Html Css Color HEX #94E1FC Columbia Blue

📋 copy color: '#94E1FC'

red 148 ◦ green 225 ◦ blue 252

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

Shades of Columbia Blue #94E1FC

Tints of Columbia Blue #94E1FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 40.32%

R = 23.68%
G = 36%
B = 40.32%

CMYK

 C value IS 0.41

 M value IS 0.11

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#94E1FC (or 0x94E1FC) is known color: Columbia Blue. HEX triplet: 94, E1 and FC. RGB value is (148,225,252). Sum of RGB (Red+Green+Blue) = 148+225+252=625 (82% of max value = 765). Red value is 148 (58.20% from 255 or 23.68% from 625); Green value is 225 (88.28% from 255 or 36% from 625); Blue value is 252 (98.83% from 255 or 40.32% from 625); Max value from RGB is 252 - color contains mainly: blue. Hex color #94E1FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94E1FC is #6B1E03. Grayscale: #CCCCCC. Windows color (decimal): -7020036 or 16572820. OLE color: 16572820.

HSL color Cylindrical-coordinate representation of color #94E1FC: hue angle of 195.58º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94E1FC is Cyan = 0.41, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 148 225 252 -
CMYK 0.41 0.11 0 0.01
HSL 195.58º 0.95% 0.78% -
HSV(B) 195.58º 0.41% 0.99% -
XYZ 56.71 67.17 102.07 -
YUV 205.06 154.49 87.3 -
System Red Green Blue C M Y K H S L
Decimal 148 225 252 0.41 0.11 0 0.01 195.58 0.95 0.78
Hex 94 E1 FC 29 B 0 1 C4 5F 4E
Octal 224 341 374 51 13 0 1 304 137 116
Binary 10010100 11100001 11111100 101001 1011 0 1 11000100 1011111 1001110

Color Harmonies of #94E1FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94E1FC

Black with #94E1FC

Text Example


Text Example

White with #94E1FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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