Html Css Color HEX #94DDFF Columbia Blue

📋 copy color: '#94DDFF'

red 148 ◦ green 221 ◦ blue 255

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

Shades of Columbia Blue #94DDFF

Tints of Columbia Blue #94DDFF

RGB

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

 GREEN value IS 221 (86.72% from 255) = 35.42%

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

R = 23.72%
G = 35.42%
B = 40.87%

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

#94DDFF (or 0x94DDFF) is known color: Columbia Blue. HEX triplet: 94, DD and FF. RGB value is (148,221,255). Sum of RGB (Red+Green+Blue) = 148+221+255=624 (82% of max value = 765). Red value is 148 (58.20% from 255 or 23.72% from 624); Green value is 221 (86.72% from 255 or 35.42% from 624); Blue value is 255 (100% from 255 or 40.87% from 624); Max value from RGB is 255 - color contains mainly: blue. Hex color #94DDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94DDFF is #6B2200. Grayscale: #CACACA. Windows color (decimal): -7021057 or 16768404. OLE color: 16768404.

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

Color convert

RGB 148 221 255 -
CMYK 0.42 0.13 0 0
HSL 199.07º 1% 0.79% -
HSV(B) 199.07º 0.42% 1% -
XYZ 56.12 65.23 104.24 -
YUV 203.05 157.32 88.74 -
System Red Green Blue C M Y K H S L
Decimal 148 221 255 0.42 0.13 0 0 199.07 1 0.79
Hex 94 DD FF 2A D 0 0 C7 64 4F
Octal 224 335 377 52 15 0 0 307 144 117
Binary 10010100 11011101 11111111 101010 1101 0 0 11000111 1100100 1001111

Color Harmonies of #94DDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94DDFF

Black with #94DDFF

Text Example


Text Example

White with #94DDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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