Html Css Color HEX #94EDFF Columbia Blue

📋 copy color: '#94EDFF'

red 148 ◦ green 237 ◦ blue 255

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

Shades of Columbia Blue #94EDFF

Tints of Columbia Blue #94EDFF

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.03%

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

R = 23.13%
G = 37.03%
B = 39.84%

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

#94EDFF (or 0x94EDFF) is known color: Columbia Blue. HEX triplet: 94, ED and FF. RGB value is (148,237,255). Sum of RGB (Red+Green+Blue) = 148+237+255=640 (84% of max value = 765). Red value is 148 (58.20% from 255 or 23.12% from 640); Green value is 237 (92.97% from 255 or 37.03% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #94EDFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94EDFF is #6B1200. Grayscale: #D4D4D4. Windows color (decimal): -7016961 or 16772500. OLE color: 16772500.

HSL color Cylindrical-coordinate representation of color #94EDFF: hue angle of 190.09º 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 #94EDFF is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 148 237 255 -
CMYK 0.42 0.07 0 0
HSL 190.09º 1% 0.79% -
HSV(B) 190.09º 0.42% 1% -
XYZ 60.55 74.08 105.72 -
YUV 212.44 152.01 82.04 -
System Red Green Blue C M Y K H S L
Decimal 148 237 255 0.42 0.07 0 0 190.09 1 0.79
Hex 94 ED FF 2A 7 0 0 BE 64 4F
Octal 224 355 377 52 7 0 0 276 144 117
Binary 10010100 11101101 11111111 101010 111 0 0 10111110 1100100 1001111

Color Harmonies of #94EDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94EDFF

Black with #94EDFF

Text Example


Text Example

White with #94EDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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