Html Css Color HEX #94DFF7 Columbia Blue

📋 copy color: '#94DFF7'

red 148 ◦ green 223 ◦ blue 247

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

Shades of Columbia Blue #94DFF7

Tints of Columbia Blue #94DFF7

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.08%

 BLUE value IS 247 (96.88% from 255) = 39.97%

R = 23.95%
G = 36.08%
B = 39.97%

CMYK

 C value IS 0.40

 M value IS 0.10

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#94DFF7 (or 0x94DFF7) is known color: Columbia Blue. HEX triplet: 94, DF and F7. RGB value is (148,223,247). Sum of RGB (Red+Green+Blue) = 148+223+247=618 (81% of max value = 765). Red value is 148 (58.20% from 255 or 23.95% from 618); Green value is 223 (87.5% from 255 or 36.08% from 618); Blue value is 247 (96.88% from 255 or 39.97% from 618); Max value from RGB is 247 - color contains mainly: blue. Hex color #94DFF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94DFF7 is #6B2008. Grayscale: #CBCBCB. Windows color (decimal): -7020553 or 16244628. OLE color: 16244628.

HSL color Cylindrical-coordinate representation of color #94DFF7: hue angle of 194.55º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #94DFF7 is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 148 223 247 -
CMYK 0.40 0.10 0 0.03
HSL 194.55º 0.86% 0.77% -
HSV(B) 194.55º 0.4% 0.97% -
XYZ 55.39 65.79 97.77 -
YUV 203.31 152.65 88.55 -
System Red Green Blue C M Y K H S L
Decimal 148 223 247 0.40 0.10 0 0.03 194.55 0.86 0.77
Hex 94 DF F7 28 A 0 3 C3 56 4D
Octal 224 337 367 50 12 0 3 303 126 115
Binary 10010100 11011111 11110111 101000 1010 0 11 11000011 1010110 1001101

Color Harmonies of #94DFF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94DFF7

Black with #94DFF7

Text Example


Text Example

White with #94DFF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,223,247); }

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

background-color css

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

 a { background-color: rgb(148,223,247); }

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

border-color css

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

 span { border-color: rgb(148,223,247); }

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