Html Css Color HEX #94D8FA Columbia Blue

📋 copy color: '#94D8FA'

red 148 ◦ green 216 ◦ blue 250

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

Shades of Columbia Blue #94D8FA

Tints of Columbia Blue #94D8FA

RGB

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

 GREEN value IS 216 (84.77% from 255) = 35.18%

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

R = 24.1%
G = 35.18%
B = 40.72%

CMYK

 C value IS 0.41

 M value IS 0.14

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#94D8FA (or 0x94D8FA) is known color: Columbia Blue. HEX triplet: 94, D8 and FA. RGB value is (148,216,250). Sum of RGB (Red+Green+Blue) = 148+216+250=614 (81% of max value = 765). Red value is 148 (58.20% from 255 or 24.10% from 614); Green value is 216 (84.77% from 255 or 35.18% from 614); Blue value is 250 (98.05% from 255 or 40.72% from 614); Max value from RGB is 250 - color contains mainly: blue. Hex color #94D8FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94D8FA is #6B2705. Grayscale: #C7C7C7. Windows color (decimal): -7022342 or 16439444. OLE color: 16439444.

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

Color convert

RGB 148 216 250 -
CMYK 0.41 0.14 0 0.02
HSL 200º 0.91% 0.78% -
HSV(B) 200º 0.41% 0.98% -
XYZ 54.02 62.31 99.62 -
YUV 199.54 156.47 91.24 -
System Red Green Blue C M Y K H S L
Decimal 148 216 250 0.41 0.14 0 0.02 200 0.91 0.78
Hex 94 D8 FA 29 E 0 2 C8 5B 4E
Octal 224 330 372 51 16 0 2 310 133 116
Binary 10010100 11011000 11111010 101001 1110 0 10 11001000 1011011 1001110

Color Harmonies of #94D8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D8FA

Black with #94D8FA

Text Example


Text Example

White with #94D8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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