Html Css Color HEX #94DCF2 Columbia Blue

📋 copy color: '#94DCF2'

red 148 ◦ green 220 ◦ blue 242

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

Shades of Columbia Blue #94DCF2

Tints of Columbia Blue #94DCF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 39.67%

R = 24.26%
G = 36.07%
B = 39.67%

CMYK

 C value IS 0.39

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#94DCF2 (or 0x94DCF2) is known color: Columbia Blue. HEX triplet: 94, DC and F2. RGB value is (148,220,242). Sum of RGB (Red+Green+Blue) = 148+220+242=610 (80% of max value = 765). Red value is 148 (58.20% from 255 or 24.26% from 610); Green value is 220 (86.33% from 255 or 36.07% from 610); Blue value is 242 (94.92% from 255 or 39.67% from 610); Max value from RGB is 242 - color contains mainly: blue. Hex color #94DCF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94DCF2 is #6B230D. Grayscale: #C8C8C8. Windows color (decimal): -7021326 or 15916180. OLE color: 15916180.

HSL color Cylindrical-coordinate representation of color #94DCF2: hue angle of 194.04º degrees, saturation: 0.78, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #94DCF2 is Cyan = 0.39, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 148 220 242 -
CMYK 0.39 0.09 0 0.05
HSL 194.04º 0.78% 0.76% -
HSV(B) 194.04º 0.39% 0.95% -
XYZ 53.83 63.89 93.5 -
YUV 200.98 151.15 90.21 -
System Red Green Blue C M Y K H S L
Decimal 148 220 242 0.39 0.09 0 0.05 194.04 0.78 0.76
Hex 94 DC F2 27 9 0 5 C2 4E 4C
Octal 224 334 362 47 11 0 5 302 116 114
Binary 10010100 11011100 11110010 100111 1001 0 101 11000010 1001110 1001100

Color Harmonies of #94DCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94DCF2

Black with #94DCF2

Text Example


Text Example

White with #94DCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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