Html Css Color HEX #94D8FD Columbia Blue

📋 copy color: '#94D8FD'

red 148 ◦ green 216 ◦ blue 253

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

Shades of Columbia Blue #94D8FD

Tints of Columbia Blue #94D8FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 41%

R = 23.99%
G = 35.01%
B = 41%

CMYK

 C value IS 0.42

 M value IS 0.15

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#94D8FD (or 0x94D8FD) is known color: Columbia Blue. HEX triplet: 94, D8 and FD. RGB value is (148,216,253). Sum of RGB (Red+Green+Blue) = 148+216+253=617 (81% of max value = 765). Red value is 148 (58.20% from 255 or 23.99% from 617); Green value is 216 (84.77% from 255 or 35.01% from 617); Blue value is 253 (99.22% from 255 or 41.00% from 617); Max value from RGB is 253 - color contains mainly: blue. Hex color #94D8FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94D8FD is #6B2702. Grayscale: #C7C7C7. Windows color (decimal): -7022339 or 16636052. OLE color: 16636052.

HSL color Cylindrical-coordinate representation of color #94D8FD: hue angle of 201.14º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94D8FD is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 148 216 253 -
CMYK 0.42 0.15 0 0.01
HSL 201.14º 0.96% 0.79% -
HSV(B) 201.14º 0.42% 0.99% -
XYZ 54.5 62.5 102.12 -
YUV 199.89 157.97 90.99 -
System Red Green Blue C M Y K H S L
Decimal 148 216 253 0.42 0.15 0 0.01 201.14 0.96 0.79
Hex 94 D8 FD 2A F 0 1 C9 60 4F
Octal 224 330 375 52 17 0 1 311 140 117
Binary 10010100 11011000 11111101 101010 1111 0 1 11001001 1100000 1001111

Color Harmonies of #94D8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D8FD

Black with #94D8FD

Text Example


Text Example

White with #94D8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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