Html Css Color HEX #94E6FC Columbia Blue

📋 copy color: '#94E6FC'

red 148 ◦ green 230 ◦ blue 252

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

Shades of Columbia Blue #94E6FC

Tints of Columbia Blue #94E6FC

RGB

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

 GREEN value IS 230 (90.23% from 255) = 36.51%

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

R = 23.49%
G = 36.51%
B = 40%

CMYK

 C value IS 0.41

 M value IS 0.09

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#94E6FC (or 0x94E6FC) is known color: Columbia Blue. HEX triplet: 94, E6 and FC. RGB value is (148,230,252). Sum of RGB (Red+Green+Blue) = 148+230+252=630 (83% of max value = 765). Red value is 148 (58.20% from 255 or 23.49% from 630); Green value is 230 (90.23% from 255 or 36.51% from 630); Blue value is 252 (98.83% from 255 or 40% from 630); Max value from RGB is 252 - color contains mainly: blue. Hex color #94E6FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94E6FC is #6B1903. Grayscale: #CFCFCF. Windows color (decimal): -7018756 or 16574100. OLE color: 16574100.

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

Color convert

RGB 148 230 252 -
CMYK 0.41 0.09 0 0.01
HSL 192.69º 0.95% 0.78% -
HSV(B) 192.69º 0.41% 0.99% -
XYZ 58.08 69.92 102.53 -
YUV 207.99 152.83 85.21 -
System Red Green Blue C M Y K H S L
Decimal 148 230 252 0.41 0.09 0 0.01 192.69 0.95 0.78
Hex 94 E6 FC 29 9 0 1 C1 5F 4E
Octal 224 346 374 51 11 0 1 301 137 116
Binary 10010100 11100110 11111100 101001 1001 0 1 11000001 1011111 1001110

Color Harmonies of #94E6FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94E6FC

Black with #94E6FC

Text Example


Text Example

White with #94E6FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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