Html Css Color HEX #94DEFB Columbia Blue

📋 copy color: '#94DEFB'

red 148 ◦ green 222 ◦ blue 251

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

Shades of Columbia Blue #94DEFB

Tints of Columbia Blue #94DEFB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 35.75%

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

R = 23.83%
G = 35.75%
B = 40.42%

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

#94DEFB (or 0x94DEFB) is known color: Columbia Blue. HEX triplet: 94, DE and FB. RGB value is (148,222,251). Sum of RGB (Red+Green+Blue) = 148+222+251=621 (82% of max value = 765). Red value is 148 (58.20% from 255 or 23.83% from 621); Green value is 222 (87.11% from 255 or 35.75% from 621); Blue value is 251 (98.44% from 255 or 40.42% from 621); Max value from RGB is 251 - color contains mainly: blue. Hex color #94DEFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94DEFB is #6B2104. Grayscale: #CACACA. Windows color (decimal): -7020805 or 16506516. OLE color: 16506516.

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

Color convert

RGB 148 222 251 -
CMYK 0.41 0.12 0 0.02
HSL 196.89º 0.93% 0.78% -
HSV(B) 196.89º 0.41% 0.98% -
XYZ 55.75 65.5 100.97 -
YUV 203.18 154.98 88.64 -
System Red Green Blue C M Y K H S L
Decimal 148 222 251 0.41 0.12 0 0.02 196.89 0.93 0.78
Hex 94 DE FB 29 C 0 2 C5 5D 4E
Octal 224 336 373 51 14 0 2 305 135 116
Binary 10010100 11011110 11111011 101001 1100 0 10 11000101 1011101 1001110

Color Harmonies of #94DEFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94DEFB

Black with #94DEFB

Text Example


Text Example

White with #94DEFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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