Html Css Color HEX #94DCFF Columbia Blue

📋 copy color: '#94DCFF'

red 148 ◦ green 220 ◦ blue 255

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

Shades of Columbia Blue #94DCFF

Tints of Columbia Blue #94DCFF

RGB

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

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

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

R = 23.76%
G = 35.31%
B = 40.93%

CMYK

 C value IS 0.42

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#94DCFF (or 0x94DCFF) is known color: Columbia Blue. HEX triplet: 94, DC and FF. RGB value is (148,220,255). Sum of RGB (Red+Green+Blue) = 148+220+255=623 (82% of max value = 765). Red value is 148 (58.20% from 255 or 23.76% from 623); Green value is 220 (86.33% from 255 or 35.31% from 623); Blue value is 255 (100% from 255 or 40.93% from 623); Max value from RGB is 255 - color contains mainly: blue. Hex color #94DCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94DCFF is #6B2300. Grayscale: #CACACA. Windows color (decimal): -7021313 or 16768148. OLE color: 16768148.

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

Color convert

RGB 148 220 255 -
CMYK 0.42 0.14 0 0
HSL 199.63º 1% 0.79% -
HSV(B) 199.63º 0.42% 1% -
XYZ 55.86 64.7 104.15 -
YUV 202.46 157.65 89.15 -
System Red Green Blue C M Y K H S L
Decimal 148 220 255 0.42 0.14 0 0 199.63 1 0.79
Hex 94 DC FF 2A E 0 0 C8 64 4F
Octal 224 334 377 52 16 0 0 310 144 117
Binary 10010100 11011100 11111111 101010 1110 0 0 11001000 1100100 1001111

Color Harmonies of #94DCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94DCFF

Black with #94DCFF

Text Example


Text Example

White with #94DCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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