Html Css Color HEX #94EFFF Columbia Blue

📋 copy color: '#94EFFF'

red 148 ◦ green 239 ◦ blue 255

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

Shades of Columbia Blue #94EFFF

Tints of Columbia Blue #94EFFF

RGB

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

 GREEN value IS 239 (93.75% from 255) = 37.23%

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

R = 23.05%
G = 37.23%
B = 39.72%

CMYK

 C value IS 0.42

 M value IS 0.06

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#94EFFF (or 0x94EFFF) is known color: Columbia Blue. HEX triplet: 94, EF and FF. RGB value is (148,239,255). Sum of RGB (Red+Green+Blue) = 148+239+255=642 (85% of max value = 765). Red value is 148 (58.20% from 255 or 23.05% from 642); Green value is 239 (93.75% from 255 or 37.23% from 642); Blue value is 255 (100% from 255 or 39.72% from 642); Max value from RGB is 255 - color contains mainly: blue. Hex color #94EFFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94EFFF is #6B1000. Grayscale: #D5D5D5. Windows color (decimal): -7016449 or 16773012. OLE color: 16773012.

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

Color convert

RGB 148 239 255 -
CMYK 0.42 0.06 0 0
HSL 188.97º 1% 0.79% -
HSV(B) 188.97º 0.42% 1% -
XYZ 61.13 75.25 105.91 -
YUV 213.62 151.35 81.2 -
System Red Green Blue C M Y K H S L
Decimal 148 239 255 0.42 0.06 0 0 188.97 1 0.79
Hex 94 EF FF 2A 6 0 0 BD 64 4F
Octal 224 357 377 52 6 0 0 275 144 117
Binary 10010100 11101111 11111111 101010 110 0 0 10111101 1100100 1001111

Color Harmonies of #94EFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94EFFF

Black with #94EFFF

Text Example


Text Example

White with #94EFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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