Html Css Color HEX #94DCFB Columbia Blue

📋 copy color: '#94DCFB'

red 148 ◦ green 220 ◦ blue 251

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

Shades of Columbia Blue #94DCFB

Tints of Columbia Blue #94DCFB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.54%

 BLUE value IS 251 (98.44% from 255) = 40.55%

R = 23.91%
G = 35.54%
B = 40.55%

CMYK

 C value IS 0.41

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#94DCFB (or 0x94DCFB) is known color: Columbia Blue. HEX triplet: 94, DC and FB. RGB value is (148,220,251). Sum of RGB (Red+Green+Blue) = 148+220+251=619 (81% of max value = 765). Red value is 148 (58.20% from 255 or 23.91% from 619); Green value is 220 (86.33% from 255 or 35.54% from 619); Blue value is 251 (98.44% from 255 or 40.55% from 619); Max value from RGB is 251 - color contains mainly: blue. Hex color #94DCFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94DCFB is #6B2304. Grayscale: #C9C9C9. Windows color (decimal): -7021317 or 16506004. OLE color: 16506004.

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

Color convert

RGB 148 220 251 -
CMYK 0.41 0.12 0 0.02
HSL 198.06º 0.93% 0.78% -
HSV(B) 198.06º 0.41% 0.98% -
XYZ 55.22 64.45 100.8 -
YUV 202.01 155.65 89.48 -
System Red Green Blue C M Y K H S L
Decimal 148 220 251 0.41 0.12 0 0.02 198.06 0.93 0.78
Hex 94 DC FB 29 C 0 2 C6 5D 4E
Octal 224 334 373 51 14 0 2 306 135 116
Binary 10010100 11011100 11111011 101001 1100 0 10 11000110 1011101 1001110

Color Harmonies of #94DCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94DCFB

Black with #94DCFB

Text Example


Text Example

White with #94DCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,220,251); }

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

background-color css

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

 a { background-color: rgb(148,220,251); }

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

border-color css

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

 span { border-color: rgb(148,220,251); }

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