Html Css Color HEX #94ECFF Columbia Blue

📋 copy color: '#94ECFF'

red 148 ◦ green 236 ◦ blue 255

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

Shades of Columbia Blue #94ECFF

Tints of Columbia Blue #94ECFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 39.91%

R = 23.16%
G = 36.93%
B = 39.91%

CMYK

 C value IS 0.42

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#94ECFF (or 0x94ECFF) is known color: Columbia Blue. HEX triplet: 94, EC and FF. RGB value is (148,236,255). Sum of RGB (Red+Green+Blue) = 148+236+255=639 (84% of max value = 765). Red value is 148 (58.20% from 255 or 23.16% from 639); Green value is 236 (92.58% from 255 or 36.93% from 639); Blue value is 255 (100% from 255 or 39.91% from 639); Max value from RGB is 255 - color contains mainly: blue. Hex color #94ECFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94ECFF is #6B1300. Grayscale: #D3D3D3. Windows color (decimal): -7017217 or 16772244. OLE color: 16772244.

HSL color Cylindrical-coordinate representation of color #94ECFF: hue angle of 190.65º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94ECFF is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 148 236 255 -
CMYK 0.42 0.07 0 0
HSL 190.65º 1% 0.79% -
HSV(B) 190.65º 0.42% 1% -
XYZ 60.26 73.51 105.62 -
YUV 211.85 152.35 82.46 -
System Red Green Blue C M Y K H S L
Decimal 148 236 255 0.42 0.07 0 0 190.65 1 0.79
Hex 94 EC FF 2A 7 0 0 BF 64 4F
Octal 224 354 377 52 7 0 0 277 144 117
Binary 10010100 11101100 11111111 101010 111 0 0 10111111 1100100 1001111

Color Harmonies of #94ECFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94ECFF

Black with #94ECFF

Text Example


Text Example

White with #94ECFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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