Html Css Color HEX #94E7FA Columbia Blue

📋 copy color: '#94E7FA'

red 148 ◦ green 231 ◦ blue 250

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

Shades of Columbia Blue #94E7FA

Tints of Columbia Blue #94E7FA

RGB

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

 GREEN value IS 231 (90.63% from 255) = 36.72%

 BLUE value IS 250 (98.05% from 255) = 39.75%

R = 23.53%
G = 36.72%
B = 39.75%

CMYK

 C value IS 0.41

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#94E7FA (or 0x94E7FA) is known color: Columbia Blue. HEX triplet: 94, E7 and FA. RGB value is (148,231,250). Sum of RGB (Red+Green+Blue) = 148+231+250=629 (83% of max value = 765). Red value is 148 (58.20% from 255 or 23.53% from 629); Green value is 231 (90.62% from 255 or 36.72% from 629); Blue value is 250 (98.05% from 255 or 39.75% from 629); Max value from RGB is 250 - color contains mainly: blue. Hex color #94E7FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94E7FA is #6B1805. Grayscale: #D0D0D0. Windows color (decimal): -7018502 or 16443284. OLE color: 16443284.

HSL color Cylindrical-coordinate representation of color #94E7FA: hue angle of 191.18º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94E7FA is Cyan = 0.41, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 148 231 250 -
CMYK 0.41 0.08 0 0.02
HSL 191.18º 0.91% 0.78% -
HSV(B) 191.18º 0.41% 0.98% -
XYZ 58.04 70.35 100.96 -
YUV 208.35 151.5 84.96 -
System Red Green Blue C M Y K H S L
Decimal 148 231 250 0.41 0.08 0 0.02 191.18 0.91 0.78
Hex 94 E7 FA 29 8 0 2 BF 5B 4E
Octal 224 347 372 51 10 0 2 277 133 116
Binary 10010100 11100111 11111010 101001 1000 0 10 10111111 1011011 1001110

Color Harmonies of #94E7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94E7FA

Black with #94E7FA

Text Example


Text Example

White with #94E7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,231,250); }

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

background-color css

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

 a { background-color: rgb(148,231,250); }

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

border-color css

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

 span { border-color: rgb(148,231,250); }

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