Html Css Color HEX #94DEFF Columbia Blue

📋 copy color: '#94DEFF'

red 148 ◦ green 222 ◦ blue 255

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

Shades of Columbia Blue #94DEFF

Tints of Columbia Blue #94DEFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 40.8%

R = 23.68%
G = 35.52%
B = 40.8%

CMYK

 C value IS 0.42

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#94DEFF (or 0x94DEFF) is known color: Columbia Blue. HEX triplet: 94, DE and FF. RGB value is (148,222,255). Sum of RGB (Red+Green+Blue) = 148+222+255=625 (82% of max value = 765). Red value is 148 (58.20% from 255 or 23.68% from 625); Green value is 222 (87.11% from 255 or 35.52% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #94DEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94DEFF is #6B2100. Grayscale: #CBCBCB. Windows color (decimal): -7020801 or 16768660. OLE color: 16768660.

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

Color convert

RGB 148 222 255 -
CMYK 0.42 0.13 0 0
HSL 198.5º 1% 0.79% -
HSV(B) 198.5º 0.42% 1% -
XYZ 56.38 65.76 104.33 -
YUV 203.64 156.98 88.32 -
System Red Green Blue C M Y K H S L
Decimal 148 222 255 0.42 0.13 0 0 198.5 1 0.79
Hex 94 DE FF 2A D 0 0 C7 64 4F
Octal 224 336 377 52 15 0 0 307 144 117
Binary 10010100 11011110 11111111 101010 1101 0 0 11000111 1100100 1001111

Color Harmonies of #94DEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94DEFF

Black with #94DEFF

Text Example


Text Example

White with #94DEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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