Html Css Color HEX #94EAFC Columbia Blue

📋 copy color: '#94EAFC'

red 148 ◦ green 234 ◦ blue 252

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

Shades of Columbia Blue #94EAFC

Tints of Columbia Blue #94EAFC

RGB

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

 GREEN value IS 234 (91.8% from 255) = 36.91%

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

R = 23.34%
G = 36.91%
B = 39.75%

CMYK

 C value IS 0.41

 M value IS 0.07

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#94EAFC (or 0x94EAFC) is known color: Columbia Blue. HEX triplet: 94, EA and FC. RGB value is (148,234,252). Sum of RGB (Red+Green+Blue) = 148+234+252=634 (83% of max value = 765). Red value is 148 (58.20% from 255 or 23.34% from 634); Green value is 234 (91.80% from 255 or 36.91% from 634); Blue value is 252 (98.83% from 255 or 39.75% from 634); Max value from RGB is 252 - color contains mainly: blue. Hex color #94EAFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94EAFC is #6B1503. Grayscale: #D2D2D2. Windows color (decimal): -7017732 or 16575124. OLE color: 16575124.

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

Color convert

RGB 148 234 252 -
CMYK 0.41 0.07 0 0.01
HSL 190.38º 0.95% 0.78% -
HSV(B) 190.38º 0.41% 0.99% -
XYZ 59.21 72.17 102.91 -
YUV 210.34 151.51 83.54 -
System Red Green Blue C M Y K H S L
Decimal 148 234 252 0.41 0.07 0 0.01 190.38 0.95 0.78
Hex 94 EA FC 29 7 0 1 BE 5F 4E
Octal 224 352 374 51 7 0 1 276 137 116
Binary 10010100 11101010 11111100 101001 111 0 1 10111110 1011111 1001110

Color Harmonies of #94EAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94EAFC

Black with #94EAFC

Text Example


Text Example

White with #94EAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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