Html Css Color HEX #94ECFC Columbia Blue

📋 copy color: '#94ECFC'

red 148 ◦ green 236 ◦ blue 252

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

Shades of Columbia Blue #94ECFC

Tints of Columbia Blue #94ECFC

RGB

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

 GREEN value IS 236 (92.58% from 255) = 37.11%

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

R = 23.27%
G = 37.11%
B = 39.62%

CMYK

 C value IS 0.41

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#94ECFC (or 0x94ECFC) is known color: Columbia Blue. HEX triplet: 94, EC and FC. RGB value is (148,236,252). Sum of RGB (Red+Green+Blue) = 148+236+252=636 (84% of max value = 765). Red value is 148 (58.20% from 255 or 23.27% from 636); Green value is 236 (92.58% from 255 or 37.11% from 636); Blue value is 252 (98.83% from 255 or 39.62% from 636); Max value from RGB is 252 - color contains mainly: blue. Hex color #94ECFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94ECFC is #6B1303. Grayscale: #D3D3D3. Windows color (decimal): -7017220 or 16575636. OLE color: 16575636.

HSL color Cylindrical-coordinate representation of color #94ECFC: hue angle of 189.23º 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 #94ECFC is Cyan = 0.41, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 148 236 252 -
CMYK 0.41 0.06 0 0.01
HSL 189.23º 0.95% 0.78% -
HSV(B) 189.23º 0.41% 0.99% -
XYZ 59.78 73.32 103.1 -
YUV 211.51 150.85 82.7 -
System Red Green Blue C M Y K H S L
Decimal 148 236 252 0.41 0.06 0 0.01 189.23 0.95 0.78
Hex 94 EC FC 29 6 0 1 BD 5F 4E
Octal 224 354 374 51 6 0 1 275 137 116
Binary 10010100 11101100 11111100 101001 110 0 1 10111101 1011111 1001110

Color Harmonies of #94ECFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94ECFC

Black with #94ECFC

Text Example


Text Example

White with #94ECFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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