Html Css Color HEX #94D3FD Columbia Blue

📋 copy color: '#94D3FD'

red 148 ◦ green 211 ◦ blue 253

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

Shades of Columbia Blue #94D3FD

Tints of Columbia Blue #94D3FD

RGB

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

 GREEN value IS 211 (82.81% from 255) = 34.48%

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

R = 24.18%
G = 34.48%
B = 41.34%

CMYK

 C value IS 0.42

 M value IS 0.17

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#94D3FD (or 0x94D3FD) is known color: Columbia Blue. HEX triplet: 94, D3 and FD. RGB value is (148,211,253). Sum of RGB (Red+Green+Blue) = 148+211+253=612 (81% of max value = 765). Red value is 148 (58.20% from 255 or 24.18% from 612); Green value is 211 (82.81% from 255 or 34.48% from 612); Blue value is 253 (99.22% from 255 or 41.34% from 612); Max value from RGB is 253 - color contains mainly: blue. Hex color #94D3FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94D3FD is #6B2C02. Grayscale: #C4C4C4. Windows color (decimal): -7023619 or 16634772. OLE color: 16634772.

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

Color convert

RGB 148 211 253 -
CMYK 0.42 0.17 0 0.01
HSL 204º 0.96% 0.79% -
HSV(B) 204º 0.42% 0.99% -
XYZ 53.24 59.98 101.7 -
YUV 196.95 159.63 93.08 -
System Red Green Blue C M Y K H S L
Decimal 148 211 253 0.42 0.17 0 0.01 204 0.96 0.79
Hex 94 D3 FD 2A 11 0 1 CC 60 4F
Octal 224 323 375 52 21 0 1 314 140 117
Binary 10010100 11010011 11111101 101010 10001 0 1 11001100 1100000 1001111

Color Harmonies of #94D3FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D3FD

Black with #94D3FD

Text Example


Text Example

White with #94D3FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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